This is an opinionated repository containing configuration files like .bashrc
, .vimrc
, and other dotfiles used for personal development setup.
🧠 Tailored for Kishorekumar Neelamegam
🛠️ We've documented the setup to easily restore the workstation in case of crashes or fresh installs.
- Operating Systems
- Logitech Keyboard Cheat Sheets
- Fixing Git Permission Errors
- Vim Setup
- Setup your system
My primary operating systems: ⚡ ArchLinux is fast and developer-friendly
- ArchLinux + Gnome
Similar to the K380 but needed remapping for:
PrntScrn
Shortcut key references:
PrntScrn
Home
End
Page Up
Page Down
⚙️ Recommended setup, now preferred over source builds (which sometimes feel sluggish).
Install via:
trizen vim
- 📦 Plugin Manager: Vundle
- 🎨 Devicons Fonts:
trizen ttf-nerd-fonts-symbols
- 🔍 Ripgrep for searching:
trizen ripgrep
trizen wl-clipboard
vim --version | grep clipboard
Look for +clipboard
or +xterm_clipboard
. If not available, install:
trizen gvim vim
To verify key mappings like Ctrl+V:
:verbose map <C-V>
The run.sh installs ansible and the base packages to jumpstart the system.
sh run.sh