2016-11-09 13:25:37 +00:00
|
|
|
# Dotfiles
|
|
|
|
|
|
|
|
A repository of my personal configuration files.
|
|
|
|
|
|
|
|
# Requirements
|
|
|
|
|
|
|
|
[stow](http://www.gnu.org/software/stow/)
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
```shell
|
|
|
|
./install.sh
|
|
|
|
```
|
2016-11-21 20:34:03 +00:00
|
|
|
|
2019-11-10 19:50:18 +00:00
|
|
|
# Find & delete orphaned symlinks
|
|
|
|
```shell
|
|
|
|
./clean-dead-symlinks
|
|
|
|
```
|
|
|
|
|
|
|
|
# Packages configured
|
2019-03-22 14:36:21 +00:00
|
|
|
|
|
|
|
* [dunst](https://dunst-project.org/)
|
|
|
|
* [firejail](https://firejail.wordpress.com/)
|
2016-11-09 13:25:37 +00:00
|
|
|
* [git](https://git-scm.com/)
|
2019-03-22 14:36:21 +00:00
|
|
|
* [gnupg](https://gnupg.org/)
|
|
|
|
* [gtk](https://www.gtk.org/)
|
2019-09-30 16:37:46 +00:00
|
|
|
* [lf](https://github.com/gokcehan/lf)
|
2019-03-22 14:36:21 +00:00
|
|
|
* [mpd](https://www.musicpd.org/)
|
|
|
|
* [neomutt](https://neomutt.org/)
|
|
|
|
* [neovim](https://neovim.io/)
|
|
|
|
* [redshift](http://jonls.dk/redshift/)
|
2019-05-31 15:26:09 +00:00
|
|
|
* [sxhkd](https://github.com/baskerville/sxhkd)
|
2019-03-22 14:36:21 +00:00
|
|
|
* [spacemacs](http://spacemacs.org/)
|
2016-11-09 13:25:37 +00:00
|
|
|
* [tmux](https://tmux.github.io/)
|
2019-03-22 14:36:21 +00:00
|
|
|
* [vifm](https://vifm.info/)
|
2019-05-30 19:37:38 +00:00
|
|
|
* [xcompmgr](https://github.com/freedesktop/xcompmgr)
|
|
|
|
* [xwallpaper](https://github.com/stoeckmann/xwallpaper)
|
2019-03-22 14:36:21 +00:00
|
|
|
* [weechat](https://weechat.org/)
|
2016-11-20 20:42:11 +00:00
|
|
|
* [zsh](https://www.zsh.org/)
|
2019-11-25 12:23:00 +00:00
|
|
|
* [spaceship zsh theme](https://github.com/denysdovhan/spaceship-prompt)
|
2016-11-09 13:25:37 +00:00
|
|
|
|
2019-11-10 19:50:18 +00:00
|
|
|
# Custom packages configured
|
2019-03-22 14:36:21 +00:00
|
|
|
|
|
|
|
These are custom packages I use (mostly [suckless](https://suckless.org/)).
|
|
|
|
|
|
|
|
* [dwm](https://github.com/alrayyes/dwm)
|
|
|
|
* [slstatus](https://github.com/alrayyes/slstatus)
|
|
|
|
|
2016-11-09 13:25:37 +00:00
|
|
|
# License
|
|
|
|
|
|
|
|
This theme is released under the MIT License. For more information read the [license][license].
|
|
|
|
|
2019-03-23 11:46:07 +00:00
|
|
|
[license]: LICENSE.md
|