Skip to content

waynee95/dotfiles

Repository files navigation

dotfiles

my collection of config files

System Setup

  • distro ubuntu
  • wm stumpwm
  • terminal kitty together with tmux
  • browser firefox
  • shell zsh with common
  • editor vim

Usage

I use GNU Stow to manage my dotfiles.

$ git clone https://github.com/waynee95/dotfiles ~/.dotfiles
$ cd ~/.dotfiles
$ stow bash zsh vim # plus whatever else you'd like

It will create a symbolic link for each file in your $HOME directory. To delete it, you can use.

$ stow -D zsh

Inspired by

License

MIT