Holds my system configuration files
wget -qO- https://raw.githubusercontent.com/mvanderlee/system_config/master/install.sh | bash
# OR
wget -qO- https://raw.githubusercontent.com/mvanderlee/system_config/master/install.sh | bash /dev/stdin --vim
wget -qO- https://raw.githubusercontent.com/mvanderlee/system_config/master/install.sh | bash /dev/stdin --tmux
wget -qO- https://raw.githubusercontent.com/mvanderlee/system_config/master/install.sh | bash /dev/stdin --tools
wget -qO- https://raw.githubusercontent.com/mvanderlee/system_config/master/install.sh | bash /dev/stdin --zsh
Install with install_zsh.sh
.
Will load ~/.export
and ~/.alias
automatically if they exist.
I use these to store my exports and aliasses instead of adding them to ~/.zshrc
directly. This allows me to pull down new versions without breaking local config.
- ammonite-repl
- antigen
- colorls
- Oh My Zsh
- nerdfonts - Fira Code
- pgcli
- Powerlevel9k
- pspg
- ptpython
- tpm