Before running the setup, you should install the following programs:
- Neovim: https://github.com/neovim/neovim/wiki/Installing-Neovim
- On mac you should be able to run:
brew install neovim
. This should be confirmed with the above link.
- On mac you should be able to run:
- Kitty terminal: https://sw.kovidgoyal.net/kitty/binary/
- On mac you should be able to run:
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
. This should be confirmed with the above link.
- On mac you should be able to run:
- NVM (node version manager) to install required LSP's for different languages.
To setup this repository, follow these steps:
- Clone this repo into your home directory
~/
:git clone https://github.com/JacobBas-Coalitioninc/dotfiles.git
- Set the clones repo as you curent directory:
cd ~/dotfiles
- Run the setup bash script to setup symlinks and plugins:
source init_config.sh
To use this setup all you have to do is open up the Kitty desktop application and type the
nvim
command within your terminal to open up the neovim editor.
My most used command is nvim .
which will open up the current directory within neovim
.