Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🐟

Awesome Lists containing this project

README

        

# dotfiles

Screenshot 2022-08-07 at 00 41 25

## 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
```