- .gitignore updated to add more JS specific things and log files

- Ideavim config: organized, added more VIM options, more keymaps
- .profile updated to map the caps-lock key to escape on system login
- .zshrc updated to enable VIM mode on zsh shell
- Removed LazyVim config - would reconfigure it from scratch
This commit is contained in:
Pratik Tripathy
2023-11-17 16:01:23 +05:30
parent 2fff17cb88
commit 76bd4806ed
39 changed files with 117 additions and 1317 deletions

15
common/.gitignore vendored
View File

@@ -69,10 +69,21 @@ tasks/
# ---- Programming Languages ----
# Ignore all downloaded node modules
node_modules/*
dist
dist-ssr
*.local
# Ignore all minified js files
*.min.js
# Log files
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Other Files to ignore
**app_stat_v2.db
.ssh/*.pub
@@ -84,4 +95,4 @@ node_modules/*
*.jsc
**/contents/images
**/contents/fonts
*kpluginindex.json
*kpluginindex.json