-
Install zsh, tmux, curl, wget, git, build-essential, gunzip
sudo apt install zsh tmux curl wget git build-essential gzip
-
Clone this repository
git clone https://github.com/miyake13000/setupper.git ~/.dot_files cd ~/.dot_files
-
Setup
make setup-all
(Optional) It is possible to setup individually.
make setup-nvim
-
Change default shell
chsh -s /bin/zsh
-
Reopen shell
-
Install Ruby, Python, Node.js
(Note) Below version is a example. You should check available versions with
*env install -lcommand.rbenv install 3.1.2 && rbenv global 3.1.2 pyenv install 3.10.5 && pyenv global 3.10.5 nodenv install 16.16.0 && nodenv global 16.16.0
- Update
(Note) It is possible to update individually.
cd ~/.dot_files && make update-all
make update-nvim