jfm 011ea9016a | ||
---|---|---|
bash | ||
neovim/.config/nvim | ||
newsboat/.newsboat | ||
ranger/.config/ranger | ||
scripts/.local/bin | ||
sway/.config/sway | ||
tmux | ||
wallpapers | ||
weechat/.config/weechat | ||
.gitignore | ||
README.md |
README.md
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