https://github.com/JonesSagabaen/dotfiles
Files for configuring the terminal.
https://github.com/JonesSagabaen/dotfiles
iterm2 nvim vim zsh zshrc
Last synced: over 1 year ago
JSON representation
Files for configuring the terminal.
- Host: GitHub
- URL: https://github.com/JonesSagabaen/dotfiles
- Owner: JonesSagabaen
- Created: 2020-03-04T06:31:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T15:49:38.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T18:33:44.075Z (over 1 year ago)
- Topics: iterm2, nvim, vim, zsh, zshrc
- Language: Shell
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jones Dotfiles
Important files for configuring and personalizing the terminal.
Additionally, a _notes_ directory is provided for all important notes about key configs and command descriptions
surrounding these tools.
## Prerequisite
All of the following will need to be installed before configurations can be done:
* iTerm
* NeoVim
* Plugins defined `.zshrc`
* NodeJS
# Vim Plugins
NeoVim plugins are managed by `vim-plug`. Instructions can be found from its [README](https://github.com/junegunn/vim-plug).
Noteable commands however are the commands `:PlugInstall` and `:PlugUpdate` which are to be executed within Vim.
Plugin includes completion tool, [CoC](https://github.com/neoclide/coc.nvim). Having this tool introduces the requirement of
having NodeJS installed. Similar to _vim-plug_, CoC commands are available within Vim using the command `:Coc + `.
## Troubleshooting
If errors are occuring with the NeoVim installation, a good command to utilize is `:checkhealth` ([reference](http://vimcasts.org/episodes/neovim-checkhealth/)).