Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperstorm/dotfiles
nvim + tmux in fish 🐟
https://github.com/casperstorm/dotfiles
alacritty fish fish-shell kitty neovim nvim tmux vim
Last synced: 18 days ago
JSON representation
nvim + tmux in fish 🐟
- Host: GitHub
- URL: https://github.com/casperstorm/dotfiles
- Owner: casperstorm
- Created: 2018-12-13T11:34:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T17:22:24.000Z (over 1 year ago)
- Last Synced: 2023-09-21T11:48:24.163Z (about 1 year ago)
- Topics: alacritty, fish, fish-shell, kitty, neovim, nvim, tmux, vim
- Language: Lua
- Homepage:
- Size: 9.49 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## prerequisites
brew: https://brew.sh/
fonts: https://www.nerdfonts.com/font-downloads```bash
# utils
brew install zoxide
brew install rg
brew install fd
brew install fish
```## terminal
```bash
brew install kitty
brew install alacritty
brew install tmux
# and tpm (tmux package manager)
# https://github.com/tmux-plugins/tpm#installation
```## nvim
```bash
brew install nvim
# and packer (plugin manager)
# https://github.com/wbthomason/packer.nvim#quickstart
npm install -g nvim
pip3 install nvim
```## symbolic links
```bash
# i normally make symbolic links to where i want configs
ln -s tmux/.tmux.conf ~
ln -s fish ~/.config
ln -s nvim ~/.config
ln -s kitty ~/.config
ln -s alacritty ~/.config
```