Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codesofrishi/dotfiles
- Owner: CodesOfRishi
- Created: 2024-08-03T17:35:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:29:33.000Z (about 2 months ago)
- Last Synced: 2024-10-27T20:44:54.475Z (about 2 months ago)
- Topics: dotfiles, dotfiles-linux, stow
- Language: Shell
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).