Skip to content

Instantly share code, notes, and snippets.

@jlconlin
Last active April 26, 2021 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlconlin/e2a40a0358ed8feda8c61820f3fb3d61 to your computer and use it in GitHub Desktop.
Save jlconlin/e2a40a0358ed8feda8c61820f3fb3d61 to your computer and use it in GitHub Desktop.
Install Dotfiles
#! /bin/zsh
## ZSH
git clone --recursive git@github.com:jlconlin/.zsh.git ~/.zsh
source ~/.zsh/install.sh
## Vim
git clone --recursive git@github.com:jlconlin/ViMConfig.git ~/.vim
vim +PluginInstall +qall
## Tmux
git clone git@github.com:jlconlin/tmuxConfiguration.git ~/.tmux
ln -s ~/.tmux/tmux.conf ~/.tmux.conf
@jlconlin
Copy link
Author

jlconlin commented Apr 25, 2021

To run this script, without manually downloading it to your computer first, just do the following

bash <(curl -sL https://gist.github.com/jlconlin/e2a40a0358ed8feda8c61820f3fb3d61)

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