Last active
April 26, 2021 11:38
-
-
Save jlconlin/e2a40a0358ed8feda8c61820f3fb3d61 to your computer and use it in GitHub Desktop.
Install Dotfiles
This file contains 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
#! /bin/zsh | |
## ZSH | |
git clone --recursive [email protected]:jlconlin/.zsh.git ~/.zsh | |
source ~/.zsh/install.sh | |
## Vim | |
git clone --recursive [email protected]:jlconlin/ViMConfig.git ~/.vim | |
vim +PluginInstall +qall | |
## Tmux | |
git clone [email protected]:jlconlin/tmuxConfiguration.git ~/.tmux | |
ln -s ~/.tmux/tmux.conf ~/.tmux.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)