Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 434 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 434 Bytes

Dotfiles

Git repo for my dotfiles, easy setup on new devices.

zsh coming soon.

How to get this up and running

git clone https://github.com/sirimykland/dotfiles.git .dotfiles/
cd .dotfiles/ 

Symlink files

# all files:
./makesymlinks.sh  

# or single file
ln -s .filename dotfiles/.filename

Local config/aliases

use .bash_local for local configurations or aliases the file is listed in .gitignore