summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md37
1 files changed, 30 insertions, 7 deletions
diff --git a/README.md b/README.md
index ca52d07..8a27c30 100644
--- a/README.md
+++ b/README.md
@@ -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.