Various Configuration or Setup Files for *Nix systems
e.g. dotfiles
To run setup.sh, execute the following from the terminal.
$ curl -SsL "https://raw.githubusercontent.com/dnath/config/master/setup.sh" | bash
Note: yum
/ apt-get
is determined at runtime.
For running setup_term.sh, execute the following from the terminal.
curl -SsL "https://raw.githubusercontent.com/dnath/config/master/setup_term.sh" | bash
Use force
option to delete previous configurations.
Use append_zshrc
option to append customizations to .zshrc.
Note: Use -s
with bash when piping the script with curl
.
For running setup_vim.sh, execute the following from the terminal.
curl -SsL "https://raw.githubusercontent.com/dnath/config/master/setup_vim.sh" | sh
For running setup_pymodules.sh, execute the following from the terminal.
curl -SsL "https://raw.githubusercontent.com/dnath/config/master/setup_pymodules.sh" | bash