Last active
August 2, 2018 01:49
-
-
Save zycbobby/d24f25347409ec6fdc7c1cbf2ca7d725 to your computer and use it in GitHub Desktop.
init server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oh-my-zsh