mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
NVIM Configuration Enhancements
- VIM: Keybindings for better coding - Gitignore in common is now a hardlinked to the root one - NVIM: Bash Alias added for Nvim - VIM: settings added from VIM-sensible and Primeagen - NVIM: Moved autocommands, keybindings & configurations specific to NVIM to lua/config - Wezterm, tmux configured. - Generic: Configurations moved inside $HOME/.config/ directory - Generic: All aliases renamed to similar names. - Generic: Relevant aliases added for reaching git root
This commit is contained in:
@@ -5,7 +5,7 @@ Place to keep my .dotfiles so I do not have to worry about migrating to another
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
$ bash bootstrap.sh -h
|
||||
$ bash bootstrap.sh -h
|
||||
|
||||
Applies all settings stored in the script's directory to your home directory
|
||||
|
||||
@@ -19,3 +19,6 @@ Example: bash ./bootstrap.sh -q --create-links
|
||||
## Why `--create-links`?
|
||||
|
||||
I have multiple Linux installations on my machine. Linking it from one place (this repository) keeps things tidy. Also, changes to dotfiles automatically get applied to all the distros.
|
||||
|
||||
<!-- TODO: Move as many dotfiles inside ~/.config as possible -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user