Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b32d47884f | |||
| 707d6cffe8 | |||
| 61d1adb3f0 | |||
| 3a5e73a41e | |||
| 8cb7d0ef2c | |||
| cd52f62b81 | |||
| b9556c9ffb | |||
| 4b520d8ff3 |
@@ -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
fonts/.stow-local-ignore
Normal file
1
fonts/.stow-local-ignore
Normal file
@@ -0,0 +1 @@
|
||||
.*
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user