mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
- Added Catppuccin theme - Added kitty terminal config # Sync and Rectify Vim & NVIM - Undo files are incompatible between VIM & NVIM - saved those files separately - Keybinding for saving and quitting moved to VIM config - VIM & NVIM swapfiles removed - More VIM options set to enhance usability - Synced system vim config and keybindings with ideavimrc # Shell Script File Changes - Reverted to using `#!/bin/sh` as bash is slow and not POSIX compliant. - Reformatted
763 B
Executable File
763 B
Executable File
dotfiles
Place to keep my .dotfiles so I do not have to worry about migrating to another system.
Usage
$ bash bootstrap.sh -h
Applies all settings stored in the script's directory to your home directory
Usage: bootstrap.sh [-q|--quiet] [-l|--create-links]
-q, --quiet No screen outputs
-l, --create-links Creates soft-links to files in the current directory instead of copying them
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.