Last active
February 21, 2018 19:45
-
-
Save lsjostro/1ad4c8a566f0e08ed536aa603a6ab7d4 to your computer and use it in GitHub Desktop.
Init dotfiles
This file contains hidden or 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
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
git clone [email protected]: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