Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 945 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 945 Bytes

dotfiles

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.

emacs daemon

(manual steps for now)

systemctl enable --user emacs
systemctl start --user emacs

Updating

You can update by running the following commands:

cd ~/.dotfiles
git pull
git submodule update
stow -R config

Submodules