Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Apr 23, 2020
1 parent ca5ff83 commit 6417cf7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# dotfiles

## TODO

* setup instructions
* host-specific config

### Setup

* install zsh git tmux nvim
* `sudo chsh -s zsh $USER`
* set git repo [Archwiki](https://wiki.archlinux.org/index.php/Dotfiles)
* install tpm for tmux
* [install nvim plugins](#vim-plug)

### vim-plug
```
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```

0 comments on commit 6417cf7

Please sign in to comment.