eric-yyjau / Coding_tricks

The tricks that make programming life easier.
0 stars 0 forks source link

Command line tool #3

Open eric-yyjau opened 4 years ago

eric-yyjau commented 4 years ago
eric-yyjau commented 4 years ago
eric-yyjau commented 4 years ago

Things to install for terminal

zsh tmux

apt-get install zsh
apt-get insatll wget
sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

apt-get install tmux