You can conduct all setups by
#!/bin/bash
make
or step by step as follows:
- Install zsh, vim, tmux, git etc.
#!/bin/bash
cd install && make
- Setup for zsh configuration (zsh installation is not included)
#!/bin/bash
cd zsh && make
sudo reboot
- Setup for vim configuration (vim installation is not included)
#!/bin/bash
cd vim && make
- Setup for tmux configuration (tmux installation is not included)
#!/bin/bash
cd tmux && make
- Install python/conda environment via miniconda
#!/bin/bash
cd python && make
- Install peco (Linux)
- peco is installed in
install
by default. If it is impossible to use apt for Linux, command as follows:
#!/bin/bash
cd peco && make
- homebrew (OSX) / apt (Linux)
- zsh
- tmux
- vim
- miniconda
- peco