This repo collected my basic develop tools configuration. Install methods are described below each sub folders.
- tmux: Use to navigate windows and keep program run in background.
- vim: Main develop editor
- zsh: Use to replace bash.
make backupThe backup script asks for confirmation when it finds secret-like files or assignments, such as private keys, token files, or non-placeholder API keys.
make vim_install
make tmux_install
make zsh_install