Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 502 Bytes

Just my dotfiles

My configuration files for my dev environment on arch linux

Installation instructions on a new machine

git clone --bare [email protected]:raoulmillais/dotfiles.git $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME reset --hard
source .zshrc
c config status.showUntrackedFiles no

Use at your own risk! Feel free to peruse and take inspiration from anything you find useful. I have done the same from many other colleagues and other people on the web.