Skip to content

artlogic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages