Here is a repo containing my dot files.
I use the gnu tool stow
to manage them. Or the bash script included
$ pacman -S stow
or
$ apt install stow
$ ~/.dotfiles/stowsh ~/.dotfiles/bash
Clone into directory ~/.dotfiles
, like so:
$ cd ~
$ git clone [email protected]:bugthing/dotfiles.git .dotfiles
To create the file system links for the different groups of dotfiles, use stow like so:
$ cd ~/dotfiles
$ stow bash
$ stow vim
$ stow tmux
$ stow desktop
$ stow ruby
There are some user systemd files include in my dotfile repo. To enable/start them, do this:
$ systemctl --user enable ssh-agent
$ systemctl --user start ssh-agent