Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ramytanios/dotfiles

My dotfiles for neovim, tmux, fish and kitty.
https://github.com/ramytanios/dotfiles

fish kitty neovim tmux

Last synced: 5 days ago
JSON representation

My dotfiles for neovim, tmux, fish and kitty.

Awesome Lists containing this project

README

        

## Dotfiles
My dotfiles for neovim, tmux, kitty and fish shell.

**Note that this project is not actively maintained as I am using [Nix home-manager](https://github.com/nix-community/home-manager) to manage my dotfiles.**

*Prerequisites*:
1. `stow` command line tool.
2. [Neovim](https://neovim.io/)
3. [Tmux](https://github.com/tmux/tmux/wiki)
4. [Fish](https://fishshell.com/)
5. [Kitty](https://sw.kovidgoyal.net/kitty/)

*Steps*:
1. Clone the project to your home directory and `cd` into the project.
2. `stow` the corresponding configuration of interest. For example
```bash
stow tmux/ # for tmux
stow nvim/ # for nvim
stow kitty/ # for kitty
stow fish/ # for fish
# or
stow */ # for all configurations
```