Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 531 Bytes

dotfiles

dot em up

Set host nickname

sudo sh -c 'echo "export NICKNAME=prod|stage|dev.vXXX.appname" > /etc/profile.d/prompt.sh'

Install dotfiles

curl -Ls https://raw.githubusercontent.com/syndeca/dotfiles/master/cfg-install.sh | /bin/bash && source ~/.bashrc

Thanks

Thanks to StreakyCobra for this amazing and easy setup and durdn for expanding on it and explaining the steps!