NeoVim with Tmux is our default development environment. This configuration is optimized for Elixir/Ruby/Javascript development.
- 1Password for password management.
- Dash for quick documentation lookup.
- Postgres App for easy Postgres database management.
- iTerm for an improved terminal.
-
Install all of the tools above.
-
Clone this repository and run the setup script.
git clone https://github.com/or-equals/dotfiles.git
cd dotfiles
./setup.sh
- Create a localized git config here
~/.gitconfig.local
Populate with the following:
[github]
user = YourUser
[user]
email = your@email.com
name = FirstName Lastname
- Fire up vim and install the plugins with
:PlugInstall
- Make sure all the remote Neovim plugins are installed with
:UpdateRemotePlugins