20 lines
485 B
Markdown
20 lines
485 B
Markdown
# Dotfiles
|
|
These are the configuration files I currently use for my daily driver setup.
|
|
|
|
# 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
|
|
~~~
|