1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/README.md

54 lines
1.3 KiB
Markdown
Raw Normal View History

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
# Find & delete orphaned symlinks
```shell
./clean-dead-symlinks
```
# Packages configured
* [dunst](https://dunst-project.org/)
* [firejail](https://firejail.wordpress.com/)
2016-11-09 13:25:37 +00:00
* [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/)
2019-05-31 15:26:09 +00:00
* [sxhkd](https://github.com/baskerville/sxhkd)
* [spacemacs](http://spacemacs.org/)
2016-11-09 13:25:37 +00:00
* [tmux](https://tmux.github.io/)
* [vifm](https://vifm.info/)
2019-05-30 19:37:38 +00:00
* [xcompmgr](https://github.com/freedesktop/xcompmgr)
* [xwallpaper](https://github.com/stoeckmann/xwallpaper)
* [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
# 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)
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