https://github.com/brimtown/dotfiles
Dotfiles for nvim, zsh, iTerm, and more
https://github.com/brimtown/dotfiles
Last synced: 3 months ago
JSON representation
Dotfiles for nvim, zsh, iTerm, and more
- Host: GitHub
- URL: https://github.com/brimtown/dotfiles
- Owner: brimtown
- Created: 2018-03-21T23:40:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T00:38:33.000Z (4 months ago)
- Last Synced: 2025-01-11T01:31:19.071Z (4 months ago)
- Language: Vim Script
- Size: 1.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Visual
* Theme: Base 16 Oceanic Dark (modified)
* Font: Fira Code# Tools
* nvim
* tmux
* zsh
* iTerm2
* [Rectangle](https://rectangleapp.com/)# Setup (currently manual)
## Install
* Install brew: https://brew.sh/
* `brew install neovim`
* `brew install trash`
* `brew install exa`
* `brew install bat`
* `brew install tig`* Install zsh via brew: `brew install zsh`
* Install [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh#via-curl)
* Install [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions#oh-my-zsh)
* Install [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md#oh-my-zsh)
* Install [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search#install)## Link
* `ln -s ~/dotfiles/.gitconfig ~/.gitconfig`
* `ln -s ~/dotfiles/.alias ~/.alias`
* `ln -s ~/dotfiles/.zshrc ~/.zshrc`
* `ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf`
* `ln -s ~/dotfiles/.tigrc ~/.tigrc`* `mkdir ~/.config/nvim`
* `ln -s ~/dotfiles/.nvimrc ~/.config/nvim/init.vim`
* `ln -s ~/dotfiles/themes/vim/colors/base16-oceanic-dark.vim ~/.config/nvim/colors/base16-oceanic-dark.vim`
* `ln -s ~/dotfiles/coc-settings.json ~/.config/nvim/coc-settings.json`
* `ln -s ~/dotfiles/bat/config ~/.config/bat/config`
* `ln -s ~/dotfiles/vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json`
* `ln -s ~/dotfiles/vscode/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json`## Vim-specific
* Install [vim-plug](https://github.com/junegunn/vim-plug#installation)
* Run `:PlugInstall`