Pratik Tripathy b0efae3730 NeoVim & VIM
- Testing setup through neotest plugin
- Spellcheck enabled on markdown and text files
- Diagnosis summary through trouble plugin
- Code completion keybindings improved
- Auto-formatting through conform plugin
- Reactjs context aware commenting through nvim-ts-context-commentstring
- Auto HTML tag completion through nvim-ts-autotag
- CSS color highlight through nvim-highlight-colors
- Lualine: breadcrumbs, git status, single line
- Auto restore neovim sessions
- Better keyboard maps

Shell
- Aliases now load from .bashrc or .zshrc
- Bash & zsh shortcuts to easy open and create projects
- zoxide instead of cd when installed
- bootstrap.sh shellhardened
2024-02-28 16:35:02 +05:30
2024-02-28 16:35:02 +05:30
2024-02-28 16:35:02 +05:30
2024-02-28 16:35:02 +05:30
2024-02-28 16:35:02 +05:30
2024-02-28 16:35:02 +05:30
2023-12-30 23:42:46 +05:30
2024-02-28 16:35:02 +05:30

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.

Description
No description provided
Readme Apache-2.0 927 KiB
Languages
Shell 35.6%
Lua 33.7%
Vim Script 30.1%
Python 0.4%
CSS 0.1%