| direnv/.config/direnv | ||
| git/.config/git | ||
| i3/.config/i3 | ||
| i3status/.config/i3status | ||
| mpd/.mpd | ||
| mutt | ||
| nvim/.config/nvim | ||
| sh | ||
| ssh/.ssh | ||
| tmux/.config/tmux | ||
| vim | ||
| x11 | ||
| zsh | ||
| .gitmodules | ||
| install.sh | ||
| LICENSE | ||
| README.md | ||
| stow.sh | ||
dotfiles
Clone this repo:
$ git clone --recurse-submodules https://git.sr.ht/~jswank/dotfiles
But since you forgot to grab the submodules, get them now:
$ git submodule update --init --recursive
Install my dotfiles:
$ ./install.sh
This will install most common dotfiles: if you want to install a set, provide that as an argument:
$ ./install.sh i3 # installed i3 dotfiles
There are two potential gotchas:
-
stowis not installed on the system. There is a bash equivalent that is close enough for most purposes in this repo that the install script will use. -
There submodules in this repo (mostly neovim plugins) and they didn't get populated when you cloned the repo. See above.