ENH: Reworking old dotfiles to use dotbot
This commit is contained in:
commit
73c365eb1e
18 changed files with 698 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Dotfiles
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/thermokarst/dotfiles.git ~/.dotfiles
|
||||
$ cd ~/.dotfiles
|
||||
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
$ ./homebrew-install
|
||||
$ git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
|
||||
$ echo "/usr/local/bin/zsh" | sudo tee -a /etc/shells
|
||||
$ chsh -s /usr/local/bin/zsh
|
||||
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
|
||||
$ ./install
|
||||
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
$ vim +PlugInstall
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue