8 Commits

Author SHA1 Message Date
jsarthak b32d47884f fix tabs in nvim 2026-03-20 12:53:34 +05:30
jsarthak 707d6cffe8 fix oh my bash path 2026-03-20 12:53:34 +05:30
jsarthak 61d1adb3f0 Move shell config 2026-03-15 14:59:25 +05:30
jsarthak 3a5e73a41e Geany config changes 2026-03-15 14:32:42 +05:30
jsarthak 8cb7d0ef2c Change wezterm config file path 2026-03-15 14:32:42 +05:30
jsarthak cd52f62b81 remove copilot from master 2026-03-15 14:21:59 +05:30
jsarthak b9556c9ffb ignore lazy lock 2026-03-15 14:21:59 +05:30
jsarthak 4b520d8ff3 Ignore fonts in mac stow 2026-03-15 14:21:43 +05:30
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ case $- in
esac
# Path to your oh-my-bash installation.
export OSH='/home/jsarthak/.oh-my-bash'
export OSH='$HOME/.oh-my-bash'
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-bash is loaded.
+1
View File
@@ -0,0 +1 @@
.*
+9 -1
View File
@@ -3,7 +3,15 @@ local options = {
base46 = {
theme = "tokyodark", -- default theme
hl_add = {},
hl_override = {},
hl_override = {
TbBufOn = {
bold = true,
fg = "green",
},
St_FileName = {
bold = true,
},
},
integrations = {},
changed_themes = {},
transparency = true,