Skip to content

Latest commit

 

History

History
executable file
·
36 lines (22 loc) · 574 Bytes

README.md

File metadata and controls

executable file
·
36 lines (22 loc) · 574 Bytes

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