This is where I keep all (most) of my reusable configuration files.
The files are managed by stow. I use quite a number of starter configs from
official docs or those publicly available and extend or customize them per my needs.
Feel free to peek and hopefully you find something you like.
I use Arch BTW.
- Install Neovim.
- Install NvChad.
- Open neovim and reply n to the question from NvChad about creating a custom config.
- Install
stowusing your package manager.
Clone this repo the $HOME directory and cd into the root of the repo.
cd $HOME
git clone [email protected]:chee-zaram/dotfiles.pub.git
cd dotfiles.pubSimply run in the dotfiles.pub directory.
stow .You might get some errors about conflicts. Do not adopt the non-stow-managed
versions. Simply rename or move the files or directories somewhere else, and
attempt to run stow . it runs successfully without errors.
Make sure to go through the config files to find out what dependencies are specified in the config files you'll be using and install them.