Skip to content

Instantly share code, notes, and snippets.

@jlconlin
Last active March 16, 2020 15:47
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/d7efc5f0faa38be0eb552f5fdaff5ec4 to your computer and use it in GitHub Desktop.
Save jlconlin/d7efc5f0faa38be0eb552f5fdaff5ec4 to your computer and use it in GitHub Desktop.
Quick setup script

Setup

This script will set up my dotfiles on a new computer. Now, how can I just call something from a gist?

mkdir tmp
cd tmp
curl https://repo.anaconda.com/archive/Anaconda3-2020.02-MacOSX-x86_64.sh > Anaconda_install.sh
source Anaconda_install.sh
cd ~
git clone git@github.com:jlconlin/bashConfig.git .bash
./.bash/install.sh
git clone --recursive git@github.com:jlconlin/ViMConfig.git .vim
vim +PluginInstall +qall
git clone --recursive git@github.com:jlconlin/tmuxConfiguration.git .tmux
ln -s .tmux/tmux.conf .tmux.conf
mkdir .config
git clone git@github.com:jlconlin/powerlineConfig.git .config/powerline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment