Compare commits
5 Commits
master
...
3a5e73a41e
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a5e73a41e | |||
| 8cb7d0ef2c | |||
| cd52f62b81 | |||
| b9556c9ffb | |||
| 4b520d8ff3 |
@@ -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.
|
||||||
@@ -172,6 +172,6 @@ fi
|
|||||||
# interactive shell.
|
# interactive shell.
|
||||||
|
|
||||||
# Example command:
|
# Example command:
|
||||||
source ~/.config/shell/common
|
source ~/dotfiles/shell/common
|
||||||
source ~/.config/shell/personal #added by 6500gitsetup
|
source ~/dotfiles/shell/personal #added by 6500gitsetup
|
||||||
source ~/.config/shell/aliases
|
source ~/dotfiles/shell/aliases
|
||||||
|
|||||||
1
fonts/.stow-local-ignore
Normal file
1
fonts/.stow-local-ignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.*
|
||||||
@@ -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,
|
||||||
|
|||||||
1
shell/.stow-local-ignore
Normal file
1
shell/.stow-local-ignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.*
|
||||||
@@ -111,10 +111,9 @@ source <(fzf --zsh)
|
|||||||
export PATH="/Users/jsarthak/.antigravity/antigravity/bin:$PATH"
|
export PATH="/Users/jsarthak/.antigravity/antigravity/bin:$PATH"
|
||||||
export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH"
|
export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH"
|
||||||
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
|
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
|
||||||
source ~/.config/shell/common
|
source $HOME/dotfiles/shell/common
|
||||||
source ~/.config/shell/personal
|
source $HOME/dotfiles/shell/personal
|
||||||
source ~/.config/shell/aliases
|
source $HOME/dotfiles/shell/aliases
|
||||||
|
|
||||||
MANPAGER="col -b | cat"
|
MANPAGER="col -b | cat"
|
||||||
MANROFFOPT="-P-c"
|
MANROFFOPT="-P-c"
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user