dotfiles/README.md

20 lines
509 B
Markdown
Raw Normal View History

# Dotfiles
2018-10-13 11:37:40 +02:00
These are the configuration files I currently use for my daily driver setup of i3 etc on Arch linux.
2018-02-09 14:18:35 +01:00
2018-10-13 11:37:40 +02:00
# Desktop
2024-04-24 17:07:39 +02:00
I Use Gnome as my daily driver
2018-10-13 11:37:40 +02:00
## Other Software I Use
* [WeeChat](https://github.com/weechat/weechat)
* [NewsBoat](https://github.com/newsboat/newsboat)
2018-10-13 11:37:40 +02:00
* [NeoVim](https://github.com/neovim/neovim)
2018-02-09 15:54:55 +01:00
# Stow Commands
2018-02-09 15:41:00 +01:00
I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:
~~~
stow -t ~ newsboat
2018-10-13 11:37:40 +02:00
stow -t ~ neovim
stow -t ~ bash
2018-10-13 11:37:40 +02:00
stow -t ~ weechat
2018-02-09 15:41:00 +01:00
~~~