Skip to content

Instantly share code, notes, and snippets.

@zycbobby
Last active August 2, 2018 01:49
Show Gist options
  • Save zycbobby/d24f25347409ec6fdc7c1cbf2ca7d725 to your computer and use it in GitHub Desktop.
Save zycbobby/d24f25347409ec6fdc7c1cbf2ca7d725 to your computer and use it in GitHub Desktop.
init server
# install screen
wget https://gist.github.com/zycbobby/f9853c07008ff52a088d1ed7cedfd6ba/raw/8275b66c3ea86a562cdaa16f1cc6d9931d521e1b/.screenrc-main-example
mv .screenrc-main-example .screenrc
# install tmux locally
wget https://gist.github.com/zycbobby/6931732410cab61b91a078203c5985b8/raw/ad38f468ee8a4348aa7e7d9f9f7af95de6633c2b/tmux_local_install.sh
sh tmux_local_install.sh
# fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
@zycbobby
Copy link
Author

zycbobby commented Aug 2, 2018

oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment