[Mac OS/Ubuntu]
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
sudo brew vim tmux git zsh curl
sudo apt install vim tmux git zsh curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sudo chsh -s /bin/zsh
echo $SHELL
notes: If use command 'echo $SHELL' without '/bin/zsh' then must be restart shell env.
git clone https://github.com/xuzewei/dotfiles.git ~/dotfiles
sh ~/dotfiles/.make.sh
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim ~/.vimrc
notes: switch to command line(use esc key), input ':PluginInstall'
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
sudo snap install node --classic --channel=14