/configs

My dot files for safe keeping

Primary LanguageShell

configs

My configs for safe keeping.

Directory structure:

  • dotfiles : collection of dotfiles
  • init_shell : shell initialization script

Collect dotfiles

dotfiles in the local host can be collected by running a convenient script:

./collect_dotfiles.sh

Deploy dotfiles to the host

To copy dotfiles to the local host, execute the following script:

./update_dotfiles.sh

Initialize shell after clean install

cd init_shell
./install_zsh.sh
# Launch zsh by executing the binary or re-login.
./install_packages.sh