Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codesofrishi/dotfiles

Linux dot/configuration files
https://github.com/codesofrishi/dotfiles

dotfiles dotfiles-linux stow

Last synced: about 1 month ago
JSON representation

Linux dot/configuration files

Awesome Lists containing this project

README

        

# Dotfiles

**Using [`stow`](https://www.gnu.org/software/stow/) and `git` for managing and tracking my Linux configuration files.**

## Applying the Configurations

```bash
git clone https://github.com/CodesOfRishi/dotfiles.git $HOME/dotfiles/
cd dotfiles
stow */
```

## Neovim

My Neovim configurations can be found [here](https://github.com/CodesOfRishi/dotfiles.nvim).