Files
dotfiles/README.md
Pratik Tripathy 186fb89a2d - Combined .gitignore files into one and moved to common directory
- New plugins and themes added to vim
- Copied over some useful plugins to ideavimrc
- Added docker and autosuggest plugins to zsh
2023-10-27 15:52:57 +05:30

820 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

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.