/dotfiles

My dotfiles, currently in use in WSL2 Ubuntu

Primary LanguageShell

Some dotfiles live here.

forthebadge

How to *

install

$ git clone https://github.com/Prioe/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ git submodule update --init --recursive
$ stow -t ~ $(ls -d */)

update

either after git pull or after new stuff was added.

$ restow