diff options
author | Chris <[email protected]> | 2020-04-02 15:41:30 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-02 15:41:30 -0400 |
commit | 62b3ee68bd8c4f9f5a9029a54ae7b35c39d928e1 (patch) | |
tree | 897f513eb9ab51c31f3ac314e2243ab2f2f34932 /README.md | |
parent | 415a4a6777891b98b037ddcef8a4be6c8f872786 (diff) |
auto push
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -20,14 +20,14 @@ Dependencies: ### Install dependencies On MacOS ``` - brew install node - brew install neovim - brew install ripgrep - brew install fzf - brew tap homebrew/cask-fonts - brew cask install font-hack-nerd-font - brew install ranger - brew install --HEAD universal-ctags/universal-ctags/universal-ctags +brew install node +brew install neovim +brew install ripgrep +brew install fzf +brew tap homebrew/cask-fonts +brew cask install font-hack-nerd-font +brew install ranger +brew install --HEAD universal-ctags/universal-ctags/universal-ctags ``` ### Install dependencies on Linux |