30 lines
778 B
Markdown
30 lines
778 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
|
|
stow -t ~ ranger
|
|
~~~
|
|
|
|
# Scripts
|
|
I have a few scripts I like to use that sets up som terminal windows the way I like them
|
|
* comms.sh opens a tmux with newsboat and weechat
|
|
* setup_development.sh sets up a Neovim development tmux which is tailored to my ultrawide monitor
|
|
~~~
|
|
stow -t ~ scripts
|
|
~~~
|
|
|