Update configuration to reflect current setup

This commit is contained in:
Riz Ashraf
2026-02-23 03:02:20 +00:00
parent 8cc68fef1d
commit 691a8dfd29
6 changed files with 38 additions and 16 deletions
+24 -3
View File
@@ -2,12 +2,33 @@ local function alias(short, long)
os.execute('doskey ' .. short .. '=' .. long)
end
alias('ls', 'dir $*')
-- File listing (using eza)
alias('ls', 'eza --icons --git --color=always $*')
alias('ll', 'eza -l --icons --git --color=always $*')
alias('la', 'eza -la --icons --git --color=always $*')
alias('lt', 'eza --tree --icons $*')
-- Modern tools replacements
alias('cat', 'bat $*')
alias('vi', 'nvim $*')
alias('rdp','mstsc /v:$*')
alias('grep', 'rg')
alias('grep', 'rg $*')
alias('find', 'fd $*')
alias('top', 'btm $*')
alias('du', 'dust $*')
alias('df', 'duf $*')
-- Utilities
alias('rdp','mstsc /v:$*')
alias('jdk8home', 'set JAVA_HOME=%PROGRAMFILES%\\Java\\jdk-1.8')
alias('jdk8home32', 'set JAVA_HOME=C:\\Program Files (x86)\\Java\\jdk-1.8')
alias('jdk21home', 'set JAVA_HOME=%PROGRAMFILES%\\Java\\jdk-21')
-- Git aliases
alias('ga', 'git add $*')
alias('gc', 'git commit -m $*')
alias('gp', 'git push $*')
alias('gl', 'git pull $*')
alias('gs', 'git status $*')
alias('gd', 'git diff $*')
alias('gb', 'git branch $*')
alias('gco', 'git checkout $*')
+1 -1
View File
@@ -587,7 +587,7 @@ local function get_jdtls_config()
local java_cmd = "java"
if vim.fn.has("win32") == 1 then
java_cmd = "C:/Program Files/Eclipse Adoptium/jdk-25.0.1.8-hotspot/bin/java.exe"
java_cmd = "C:/Program Files/Eclipse Adoptium/jdk-25.0.2.10-hotspot/bin/java.exe"
end
local cmd = {
+9 -10
View File
@@ -1,5 +1,4 @@
<settings>
<localRepository>c:/devtools/.m2/repository</localRepository>
<pluginGroups>
<pluginGroup>org.sonarsource.scanner.maven</pluginGroup>
</pluginGroups>
@@ -7,17 +6,17 @@
<server>
<id>italy-vlt-virtual</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inggRepo</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inggReleases</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inggSnapshots</id>
@@ -27,32 +26,32 @@
<server>
<id>repoPlugins</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>jcenter</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>releasePlugins</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>jcenterPlugins</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inspired-corporate</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inspired-rpm-release</id>
<username>reazul.ashraf</username>
<password>AP6CxZgXfEdMtABPHJcW9DZeyT</password>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>registry.docker.ingg.com</id>
+1 -1
View File
@@ -44,7 +44,7 @@ config.window_decorations = "INTEGRATED_BUTTONS | RESIZE"
config.default_prog = { 'pwsh.exe', '-NoLogo' }
config.font = wezterm.font('CaskaydiaCove Nerd Font', { weight = 'Regular' })
config.font = wezterm.font('CaskaydiaCove NF', { weight = 'Regular' })
config.font_size = 10.0
config.front_end = "WebGpu"
+3
View File
@@ -82,3 +82,6 @@ source /snap/google-cloud-cli/current/completion.zsh.inc
eval "$(zoxide init --cmd z zsh)"
# Start in ~
cd ~
-1
View File
@@ -7,7 +7,6 @@ $modules = @(
"PSProfiler",
"PSScriptAnalyzer",
"Terminal-Icons",
"gsudoModule"
)
foreach ($mod in $modules) {