mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
# 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/)
|
|
|
|
# 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
|