Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashrajpurohit/dotfiles
🗄 my dotfile configs
https://github.com/akashrajpurohit/dotfiles
dotfiles gnu-stow neovim zsh
Last synced: 2 days ago
JSON representation
🗄 my dotfile configs
- Host: GitHub
- URL: https://github.com/akashrajpurohit/dotfiles
- Owner: AkashRajpurohit
- License: mit
- Created: 2023-01-21T09:08:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:24:10.000Z (18 days ago)
- Last Synced: 2024-10-21T21:25:48.688Z (17 days ago)
- Topics: dotfiles, gnu-stow, neovim, zsh
- Language: Lua
- Homepage: https://akashrajpurohit.com/blog/mastering-dotfiles-management-with-gnu-stow/?ref=github-dotfiles-repo
- Size: 1.17 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dotfiles
## Installing
Clone into your `$HOME/dotfiles` directory or `~/dotfiles`
```bash
git clone https://github.com/AkashRajpurohit/dotfiles.git ~/dotfiles && cd ~/dotfiles
```## Synching Configurations
To sync all configurations use:
```bash
stow zsh git bat alacritty
```For neovim, I have started using the [kickstart.nvim](https://github.com/AkashRajpurohit/kickstart.nvim). Follow the instructions in the README.md file of that repository to setup neovim config.
## Credits
- Managing dotfiles with Stow by chris@machine -> [Video](https://www.youtube.com/watch?v=90xMTKml9O0)
- Effective Neovim by TJ DeVries -> [Video](https://www.youtube.com/watch?v=stqUbv-5u2s), [Github](https://github.com/nvim-lua/kickstart.nvim)