mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 07:11:09 +00:00
Various changes
This commit is contained in:
@@ -45,3 +45,10 @@ export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
|
||||
# bun
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
. "$HOME/.deno/env"
|
||||
source $HOME/.local/share/bash-completion/completions/deno.bash
|
||||
eval "$(~/.local/bin/mise activate bash)"
|
||||
|
||||
@@ -19,3 +19,6 @@
|
||||
autoSetupRemote = true
|
||||
[pull]
|
||||
rebase = false
|
||||
[gui]
|
||||
fontui = -family \"Noto Sans\" -size 16 -weight normal -slant roman -underline 0 -overstrike 0
|
||||
fontdiff = -family \"Noto Sans Mono\" -size 16 -weight normal -slant roman -underline 0 -overstrike 0
|
||||
|
||||
@@ -193,7 +193,6 @@ lvim.builtin.telescope.defaults.file_ignore_patterns = {
|
||||
"target/",
|
||||
"%.pdb",
|
||||
"%.dll",
|
||||
"%.class",
|
||||
"%.exe",
|
||||
"%.cache",
|
||||
"%.ico",
|
||||
@@ -334,7 +333,7 @@ dap.adapters.php = {
|
||||
type = 'executable',
|
||||
command = 'node',
|
||||
args = {
|
||||
'/home/harish/tmp/nvim-configs/lunarvim/share/nvim/mason/packages/php-debug-adapter/extension/out/phpDebug.js' }
|
||||
'$HOME/tmp/nvim-configs/lunarvim/share/nvim/mason/packages/php-debug-adapter/extension/out/phpDebug.js' }
|
||||
}
|
||||
|
||||
dap.configurations.php = {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"LuaSnip": { "branch": "master", "commit": "1def35377854535bb3b0f4cc7a33c083cdb12571" },
|
||||
"NrrwRgn": { "branch": "master", "commit": "e027db9d94f94947153cd7b5ac9abd04371ab2b0" },
|
||||
"alpha-nvim": { "branch": "main", "commit": "29074eeb869a6cbac9ce1fbbd04f5f5940311b32" },
|
||||
"auto-session": { "branch": "main", "commit": "df99506c3a68890c80ed60be4c63ed96131e0c0c" },
|
||||
"auto-session": { "branch": "main", "commit": "aa01054d478c6d3efc0188cb2ed4850e9f475664" },
|
||||
"bigfile.nvim": { "branch": "main", "commit": "33eb067e3d7029ac77e081cfe7c45361887a311a" },
|
||||
"bracey.vim": { "branch": "master", "commit": "4e1a22acc01787814819df1057d039d4ecf357eb" },
|
||||
"bufferline.nvim": { "branch": "main", "commit": "73edc1f2732678e7a681e3d3be49782610914f6b" },
|
||||
@@ -12,7 +12,7 @@
|
||||
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
|
||||
"cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" },
|
||||
"editorconfig.nvim": { "branch": "master", "commit": "5b9e303e1d6f7abfe616ce4cc8d3fffc554790bf" },
|
||||
"emmet-vim": { "branch": "master", "commit": "3fb2f63799e1922f7647ed9ff3b32154031a76ee" },
|
||||
"emmet-vim": { "branch": "master", "commit": "6c511a8d7d2863066f32e25543e2bb99d505172c" },
|
||||
"friendly-snippets": { "branch": "main", "commit": "dd2fd1281d4b22e7b4a5bfafa3e142d958e251f2" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "805610a9393fa231f2c2b49cb521bfa413fadb3d" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "9637670896b68805430e2f72cf5d16be5b97a22a" },
|
||||
@@ -46,9 +46,9 @@
|
||||
"telescope.nvim": { "branch": "0.1.x", "commit": "d829aa64059001ee7b2c8c8aa9c4e6df0b17d893" },
|
||||
"toggleterm.nvim": { "branch": "main", "commit": "fee58a0473fd92b28c34f8f724e4918b15ba30a3" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "b9b494fa7f7bbf2fe0747b47fa290fb7a4eddcc7" },
|
||||
"vim-fugitive": { "branch": "master", "commit": "8c8cdf4405cb8bdb70dd9812a33bb52363a87dbc" },
|
||||
"vim-fugitive": { "branch": "master", "commit": "d4877e54cef67f5af4f950935b1ade19ed6b7370" },
|
||||
"vim-gnupg": { "branch": "main", "commit": "f9b608f29003dfde6450931dc0f495a912973a88" },
|
||||
"vim-illuminate": { "branch": "master", "commit": "5eeb7951fc630682c322e88a9bbdae5c224ff0aa" },
|
||||
"vim-snippets": { "branch": "master", "commit": "96d79529edc3dee1ccf2ce7b75a88cb546ec2501" },
|
||||
"vim-snippets": { "branch": "master", "commit": "f0a3184d9f90b96b044d5914625a25c554d7f301" },
|
||||
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" }
|
||||
}
|
||||
@@ -1,15 +1,16 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@anthropic-ai/claude-code": "^0.2.45",
|
||||
"@babel/cli": "^7.23.9",
|
||||
"@babel/core": "^7.23.9",
|
||||
"@babel/preset-env": "^7.23.9",
|
||||
"@faker-js/faker": "^8.4.1",
|
||||
"@faker-js/faker": "^9.3.0",
|
||||
"@ionic/cli": "^7.2.0",
|
||||
"@mrodrig/json-2-csv-cli": "^5.5.5",
|
||||
"@nestjs/cli": "^10.3.2",
|
||||
"@openapitools/openapi-generator-cli": "^2.9.0",
|
||||
"@quasar/cli": "^2.3.0",
|
||||
"@types/node": "^20.11.19",
|
||||
"@types/node": "^22.10.1",
|
||||
"@vue/cli": "^5.0.8",
|
||||
"@webpack-cli/generators": "^3.0.7",
|
||||
"aigle": "^1.14.1",
|
||||
@@ -22,66 +23,68 @@
|
||||
"colorette": "^2.0.20",
|
||||
"composerize": "^1.6.10",
|
||||
"create-astro": "^4.7.3",
|
||||
"create-expo-app": "^2.1.1",
|
||||
"create-expo-app": "^3.2.0",
|
||||
"create-feathers": "^5.0.22",
|
||||
"create-next-app": "^14.1.0",
|
||||
"create-next-app": "^15.0.4",
|
||||
"create-nollup-app": "^0.0.9",
|
||||
"create-nuxt-app": "^5.0.0",
|
||||
"create-redwood-app": "^6.6.4",
|
||||
"create-redwood-app": "^8.4.1",
|
||||
"create-refine-app": "^1.12.3",
|
||||
"create-strapi-app": "^4.20.1",
|
||||
"create-vite": "^5.2.0",
|
||||
"create-strapi-app": "^5.5.0",
|
||||
"create-vite": "^6.0.1",
|
||||
"create-vite-plugin-ssr": "^0.0.304",
|
||||
"csvtojson": "^2.0.10",
|
||||
"curl-trace-parser": "^0.0.10",
|
||||
"curlconverter": "^4.11.0",
|
||||
"degit": "^2.8.4",
|
||||
"deoptigate": "^0.7.1",
|
||||
"ejs": "^3.1.9",
|
||||
"electron": "28.2.3",
|
||||
"eslint": "^8.56.0",
|
||||
"electron": "33.2.1",
|
||||
"eslint": "^9.16.0",
|
||||
"expo-cli": "6.3.10",
|
||||
"express": "^4.18.2",
|
||||
"express-generator": "^4.16.1",
|
||||
"fastify-cli": "^6.1.1",
|
||||
"fastify-cli": "^7.0.1",
|
||||
"file-header": "^0.1.1",
|
||||
"fx": "^31.0.0",
|
||||
"fx": "^35.0.0",
|
||||
"gavel": "^10.0.4",
|
||||
"generate-password": "^1.7.1",
|
||||
"generator-jhipster": "^8.1.0",
|
||||
"generator-jhipster-nodejs": "^2.0.0",
|
||||
"generator-jhipster-nodejs": "^3.0.0",
|
||||
"generator-jhipster-quasar": "^0.14.3",
|
||||
"http-server": "^14.1.1",
|
||||
"hygen": "^6.2.11",
|
||||
"ignite-cli": "^9.6.0",
|
||||
"ignite-cli": "^10.0.5",
|
||||
"jscodeshift": "^17.1.1",
|
||||
"json-2-csv": "^5.5.5",
|
||||
"json-server": "^1.0.0-alpha.23",
|
||||
"jsvu": "^2.2.0",
|
||||
"knex": "^3.1.0",
|
||||
"lerna": "^8.1.2",
|
||||
"lodash": "^4.17.21",
|
||||
"magic-regexp": "^0.7.0",
|
||||
"magic-regexp": "^0.8.0",
|
||||
"mhtml2html": "^3.0.0",
|
||||
"mjml": "^4.15.3",
|
||||
"mkpass": "https://github.com/harish2704/mkpass",
|
||||
"neovim": "^4.11.0",
|
||||
"neovim": "^5.3.0",
|
||||
"nightmare": "^3.0.2",
|
||||
"nodemon": "^3.0.3",
|
||||
"nollup": "^0.21.0",
|
||||
"npm-offline-registry": "^0.0.9",
|
||||
"omgopass": "^3.2.1",
|
||||
"onchange": "^7.1.0",
|
||||
"pg": "8.11.3",
|
||||
"pg": "8.13.1",
|
||||
"pkg": "^5.8.1",
|
||||
"plop": "^4.0.1",
|
||||
"postgraphile": "4.13.0",
|
||||
"prettier": "^3.2.5",
|
||||
"proxy-kutti": "^1.0.1",
|
||||
"puppeteer": "^22.1.0",
|
||||
"puppeteer-core": "^22.1.0",
|
||||
"puppeteer": "^23.10.1",
|
||||
"puppeteer-core": "^23.10.1",
|
||||
"qrcode-svg": "^1.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-native": "^0.73.4",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-native": "^0.76.4",
|
||||
"react-native-web": "^0.19.10",
|
||||
"react-scripts": "^5.0.1",
|
||||
"redis-commander": "^0.8.0",
|
||||
@@ -89,28 +92,29 @@
|
||||
"runtime-cli": "^3.2.0",
|
||||
"sass": "^1.71.0",
|
||||
"serve": "^14.2.1",
|
||||
"sharp-cli": "^4.2.0",
|
||||
"sharp-cli": "^5.1.0",
|
||||
"sqlite3": "^5.1.7",
|
||||
"ssh-access-manager": "^1.2.2",
|
||||
"storybook": "^7.6.16",
|
||||
"storybook": "^8.4.7",
|
||||
"svgo": "^3.2.0",
|
||||
"sway-workspace-grid": "^0.0.2",
|
||||
"tailwind-config-viewer": "^1.7.3",
|
||||
"tailwind-config-viewer": "^2.0.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"twilio": "^4.22.0",
|
||||
"twilio": "^5.3.7",
|
||||
"typescript": "^5.3.3",
|
||||
"uglify-js": "^3.17.4",
|
||||
"uncss": "^0.17.3",
|
||||
"verdaccio": "^5.29.1",
|
||||
"vite": "^5.1.3",
|
||||
"verdaccio": "^6.0.2",
|
||||
"vite": "^6.0.3",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"wscat": "^5.2.0",
|
||||
"wscat": "^6.0.1",
|
||||
"x-ray": "^2.3.4",
|
||||
"yeoman-environment": "^4.3.0",
|
||||
"zx": "^7.2.3"
|
||||
"zx": "^8.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "^0.4.0",
|
||||
"@swc/cli": "^0.5.2",
|
||||
"@swc/core": "^1.7.3"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
|
||||
+34618
-45909
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -16,7 +16,7 @@ if test -z "$USER_PROFILEREAD"; then
|
||||
PATH="$PYENV_ROOT/bin:$PATH"
|
||||
export PATH
|
||||
|
||||
export DENO_INSTALL="/home/harish/.deno"
|
||||
export DENO_INSTALL="$HOME/.deno"
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
export TIME_STYLE=long-iso
|
||||
export TCLLIBPATH=$HOME/.local/share/tkthemes
|
||||
@@ -37,3 +37,4 @@ if [ -n "$BASH_VERSION" -a -n "$PS1" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
||||
. "$HOME/.deno/env"
|
||||
Reference in New Issue
Block a user