Update dotfiles to reflect current setup as of 2026-02-23

This commit is contained in:
Riz Ashraf
2026-02-23 03:17:51 +00:00
parent 691a8dfd29
commit d33f6ebc05
7 changed files with 545 additions and 48 deletions
+10 -2
View File
@@ -1,2 +1,10 @@
-- oh-my-posh.lua
load(io.popen('oh-my-posh.exe --config="C:/Users/reazul.ashraf/AppData/Local/Programs/oh-my-posh/themes/nordtron.omp.json" --init --shell cmd'):read("*a"))()
-- oh-my-posh.lua (cached)
local cache_file = "C:/Users/reazul.ashraf/AppData/Local/clink/oh-my-posh_cache.lua"
local f = io.open(cache_file, "r")
if f then
f:close()
dofile(cache_file)
else
-- Fallback if cache is missing
load(io.popen('oh-my-posh.exe --config="C:/Users/reazul.ashraf/AppData/Local/clink/nordtron.omp.json" --init --shell cmd'):read("*a"))()
end