Compare commits

..

No commits in common. "2e77858769b20d5d311c5a67a932a1b88584cc3e" and "ec9c54242674da461077f59c5c0baa9aed6479f2" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View File

@ -98,6 +98,4 @@ export STARSHIP_CONFIG=~/.config/starship/starship.toml
eval "$(zoxide init bash)" eval "$(zoxide init bash)"
eval "$(starship init bash)" eval "$(starship init bash)"
export PATH="$PATH:/opt/nvim-linux-x86_64/bin" export PATH="$PATH:/opt/nvim-linux-x86_64/bin"

View File

@ -9,6 +9,12 @@ git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout
<hr> <hr>
### Install Neovim Packages
- Install Packer.nvim (it's a one-liner)
- Install plugins in neovim via `:PackerSync`
<hr>
### Install Script using Apt ### Install Script using Apt
*not maintained; i mostly use homebrew on mac now, (note to self: is there a way to version control that?)* *not maintained; i mostly use homebrew on mac now, (note to self: is there a way to version control that?)*