Skip to content

Instantly share code, notes, and snippets.

@SergioGeeK7
Created December 21, 2017 13:57
Show Gist options
  • Select an option

  • Save SergioGeeK7/9ad7f7d609308b7f38c0d447f0205e44 to your computer and use it in GitHub Desktop.

Select an option

Save SergioGeeK7/9ad7f7d609308b7f38c0d447f0205e44 to your computer and use it in GitHub Desktop.
#!/bin/zsh
PWD=`pwd`
# Copy config files
## Oh my zsh
ln -sf $PWD/.zshrc ~/.zshrc
## Tmux
git clone https://github.com/tmux-plugins/tpm $PWD/.tmux/plugins/tpm
ln -sf $PWD/.tmux.conf ~/.tmux.conf
## Vim
ln -sf $PWD/.vimrc ~/.vimrc
## Tmuxp
mkdir -p ~/.tmuxp
ln -sf $PWD/tumblbug-backend.yaml ~/.tmuxp/tumblbug-backend.yaml # tumblbug backend
## Hyper
ln -sf $PWD/.hyper.js ~/.hyper.js
# Restart
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment