Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ramytanios/dotfiles
- Owner: ramytanios
- Created: 2023-05-09T20:18:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T16:05:31.000Z (about 1 year ago)
- Last Synced: 2024-01-26T23:37:22.230Z (about 1 year ago)
- Topics: fish, kitty, neovim, tmux
- Language: Lua
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```