My Dotfiles
Go to file
jfm 011ea9016a Updated weechat, bash and added scripts 2024-04-25 09:03:13 +02:00
bash Updated weechat, bash and added scripts 2024-04-25 09:03:13 +02:00
neovim/.config/nvim Rewrote config for lazy.nvim and removed unused plugins 2024-04-24 21:16:18 +02:00
newsboat/.newsboat Updated newsboat config 2024-04-24 21:20:14 +02:00
ranger/.config/ranger Bash and ranger updates 2024-04-24 21:25:07 +02:00
scripts/.local/bin Updated weechat, bash and added scripts 2024-04-25 09:03:13 +02:00
sway/.config/sway More Sway stuff 2019-08-02 11:47:53 +02:00
tmux Updating neovim config 2024-04-24 16:51:35 +02:00
wallpapers Added wallpapers 2018-06-08 19:57:25 +02:00
weechat/.config/weechat Updated weechat, bash and added scripts 2024-04-25 09:03:13 +02:00
.gitignore Updated weechat, bash and added scripts 2024-04-25 09:03:13 +02:00
README.md Updated weechat, bash and added scripts 2024-04-25 09:03:13 +02:00

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