Files
dotfiles/README.md
Pratik Tripathy 5fa524dd1d - TMUX: Switched back to ctrl+b as leader
- VIM: Configurations better commented
- NVIM: NVChad, LazyNvim, Old-Config removed
- NVIM: Restarted and reconfigured from kickstart.nvim [WIP]
- Dotfiles on $HOME removed from 160+ to 25. Most of them moved to $XDG_* directories
- Shell: Added back p10k config
- Shell: Autoremove brew left over applications
- Kitty: Added bashrc & profiles for ssh kitten
- Kitty: Custom tab-titles
2024-01-29 22:51:23 +05:30

23 lines
697 B
Markdown
Executable File

# dotfiles
Place to keep my .dotfiles so I do not have to worry about migrating to another system.
## Usage
```bash
$ 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.