Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


terminal screenshot


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)