These dotfiles can be installed by running the following commands (requires GNU stow):
git clone --recursive https://github.com/artlogic/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow config
cd
patch < .dotfiles/bashrc.patch
Restart your terminal to source the new config files.
(manual steps for now)
systemctl enable --user emacs
systemctl start --user emacs
You can update by running the following commands:
cd ~/.dotfiles
git pull
git submodule update
stow -R config
- config/.nvm: https://github.com/creationix/nvm.git (tag: v0.36.0)
- config/.pyenv/root: https://github.com/yyuu/pyenv.git (tag: v1.2.21)
- config/.pyenv/pyenv-virtualenv: https://github.com/yyuu/pyenv-virtualenv.git (tag: v1.1.5)
- config/.rbenv/root: https://github.com/rbenv/rbenv.git (tag: v1.1.2)
- config/.rbenv/ruby-build: https://github.com/rbenv/ruby-build.git (tag: v20201005)