Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karanraj06/dotfiles
My dotfiles
https://github.com/karanraj06/dotfiles
dotfiles neovim
Last synced: 8 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/karanraj06/dotfiles
- Owner: Karanraj06
- Created: 2024-02-15T13:35:25.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T18:04:33.000Z (7 months ago)
- Last Synced: 2024-07-22T21:34:05.569Z (7 months ago)
- Topics: dotfiles, neovim
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This repository contains the dotfiles for my system
## Requirements
Ensure you have the following installed on your system
### Git
### Stow
```
brew install stow
```## Installation
First, check out the dotfiles repo in your $HOME directory using git
```
git clone https://github.com/Karanraj06/dotfiles
cd dotfiles
```then use GNU stow to create symlinks
```
stow .
```