Skip to content

Instantly share code, notes, and snippets.

@lsjostro
Last active February 21, 2018 19:45
Show Gist options
  • Save lsjostro/1ad4c8a566f0e08ed536aa603a6ab7d4 to your computer and use it in GitHub Desktop.
Save lsjostro/1ad4c8a566f0e08ed536aa603a6ab7d4 to your computer and use it in GitHub Desktop.
Init dotfiles
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
git clone git@github.com:lsjostro/dotfiles.git $HOME/.dot_git --bare && \
git --work-tree $HOME --git-dir $HOME/.dot_git checkout --force && \
mkdir -p $HOME/.dot_git/info && echo '*' > $HOME/.dot_git/info/exclude
brew bundle
pip3 install neovim neovim-remote Pygments pygments-style-solarized
nvim -c ":PlugInstall"
nvim -c ":GoInstallBinaries"
curl -LO https://github.com/lsjostro/dotfiles/releases/download/v1.0/Alacritty.app.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment