778 B
778 B
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
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