5 Commits
mac ... linux

Author SHA1 Message Date
993e375a76 Move shell config 2026-03-15 14:55:55 +05:30
d68beb82d9 Geany config changes 2026-03-15 14:32:21 +05:30
58080d0aa2 Change wezterm config file path 2026-03-15 14:28:04 +05:30
471d2e2b71 remove copilot from master 2026-03-15 14:20:33 +05:30
48d7990c10 ignore lazy lock 2026-03-15 14:19:37 +05:30
3 changed files with 2 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ case $- in
esac esac
# Path to your oh-my-bash installation. # Path to your oh-my-bash installation.
export OSH='$HOME/.oh-my-bash' export OSH='/home/jsarthak/.oh-my-bash'
# Set name of the theme to load. Optionally, if you set this to "random" # 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. # it'll load a random theme each time that oh-my-bash is loaded.

View File

@@ -1 +0,0 @@
.*

View File

@@ -3,15 +3,7 @@ local options = {
base46 = { base46 = {
theme = "tokyodark", -- default theme theme = "tokyodark", -- default theme
hl_add = {}, hl_add = {},
hl_override = { hl_override = {},
TbBufOn = {
bold = true,
fg = "green",
},
St_FileName = {
bold = true,
},
},
integrations = {}, integrations = {},
changed_themes = {}, changed_themes = {},
transparency = true, transparency = true,