# Dotfiles A repository of my personal configuration files. # Requirements [stow](http://www.gnu.org/software/stow/) # Installation ```shell ./install.sh ``` # Find & delete orphaned symlinks ```shell ./clean-dead-symlinks ``` # Packages configured * [dunst](https://dunst-project.org/) * [firejail](https://firejail.wordpress.com/) * [git](https://git-scm.com/) * [gnupg](https://gnupg.org/) * [gtk](https://www.gtk.org/) * [lf](https://github.com/gokcehan/lf) * [mpd](https://www.musicpd.org/) * [neomutt](https://neomutt.org/) * [neovim](https://neovim.io/) * [redshift](http://jonls.dk/redshift/) * [sxhkd](https://github.com/baskerville/sxhkd) * [spacemacs](http://spacemacs.org/) * [tmux](https://tmux.github.io/) * [vifm](https://vifm.info/) * [xcompmgr](https://github.com/freedesktop/xcompmgr) * [xwallpaper](https://github.com/stoeckmann/xwallpaper) * [weechat](https://weechat.org/) * [zsh](https://www.zsh.org/) * [spaceship zsh theme](https://github.com/denysdovhan/spaceship-prompt) # Custom packages configured These are custom packages I use (mostly [suckless](https://suckless.org/)). * [dwm](https://github.com/alrayyes/dwm) * [slstatus](https://github.com/alrayyes/slstatus) # License This theme is released under the MIT License. For more information read the [license][license]. [license]: LICENSE.md