diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-12-11 18:21:48 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-12-11 18:21:48 +0000 |
| commit | 3773b77d5d8fec59b085b246749d90eafc9b37a0 (patch) | |
| tree | 327f0c6efb70477105445f24fe0333f0d50de2e3 | |
| parent | deadbead206ff49b3ecf31176b5904d1adadfaad (diff) | |
Update README
| -rw-r--r-- | README.md | 37 |
1 files changed, 30 insertions, 7 deletions
@@ -1,17 +1,18 @@ # Dotfiles I dont like cluttering in `~` so I configured everything to respect xdg user -dirs. +dirs, and put all config files in `~/.config`. ## Software I use * `zsh`, the z-shell -* `st` as a terminal emulator (therefore no terminal configs) -* `vim` for text editing with - [jellybeans](https://github.com/nanotech/jellybeans.vim) colorscheme -* `dunst` for notifications -* `dwm` for tiling window managing -* `zathura` for document viewing +* `st`: terminal emulator (therefore no terminal configs) +* `vim`: for text editing with + [moonfly](https://github.com/bluz71/vim-moonfly-colors) colorscheme +* `dunst`: notifications +* `dwm`: for tiling window managing +* `zathura`: for document viewing +* `screen`: GNU Screen for terminal multiplexing ## Installation @@ -28,3 +29,25 @@ cp -r .zprofile .xinitrc ~ [ -d ~/.local/bin ] && cp -r .local/bin/* ~/.local/bin || cp -r .local ~ [ -d ~/.config ] && cp -r config/* ~/.config || cp -r .config ~ ``` + +## Scripts + +* cam_capture: captures a photo from a webcam, if any. +* color256: shows all 256 colors of the terminal, if supported. +* commits_by_hour: Shows how many commits a given repo has, sorted into which + hour of the day they were committed. +* dmenu_run_history: Dmenu that presents most used commands from a history file. +* edit_document: opens a prompt listing all `.tex` files in your `~/documents` + folder. Opens the document in your `$EDITOR` of choice. Fallbacks to `vim` by + default. +* emoji: LukeSmiths `dmenu_unicode` script. +* latexrun: pdflatex python wrapper that automates references and puts all + auxiliary files in a folder, nice and tidy. +* open_book: as `edit_document`, opens a prompt with all `.pdf` files in your + `~/books` folder. Opens the chosen document in `$READER`, falls back to + `zathura` if `$READER` is not set. +* plot_commits: Plots commits by hour (depends on `commits_by_hour`, python3 and + matplotlib) +* select-sink: Dmenu prompt to select audio sink as default output. +* vimura: wrapper script to use synctex for a given pdf and vim instance. +* weather: presents `dmi.dk` weather for copenhagen. |
