Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.75 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.75 KB

System_config

Holds my system configuration files

Install

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

Screenshots

ZSH and TMUX

zsh_and_tmux

VIM

vim

PtPython

ptpython

PgCli

pgcli

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.

Links

Installers

Tools and customization