Skip to content

ratteler50/config

 
 

Repository files navigation

.config

Various Configuration or Setup Files for *Nix systems

e.g. dotfiles

setup.sh

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.

setup_term.sh

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.

setup_vim.sh

For running setup_vim.sh, execute the following from the terminal.

curl -SsL "https://raw.githubusercontent.com/dnath/config/master/setup_vim.sh" | sh

setup_pymodules.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

About

Configuration Files for various OSes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 76.3%
  • Vim Script 23.7%