dotfiles/README.md

20 lines
509 B
Markdown

# Dotfiles
These are the configuration files I currently use for my daily driver setup of i3 etc on Arch linux.
# Desktop
I Use Gnome as my daily driver
## Other Software I Use
* [WeeChat](https://github.com/weechat/weechat)
* [NewsBoat](https://github.com/newsboat/newsboat)
* [NeoVim](https://github.com/neovim/neovim)
# Stow Commands
I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:
~~~
stow -t ~ newsboat
stow -t ~ neovim
stow -t ~ bash
stow -t ~ weechat
~~~