Oh My Fish & bobthefish Theme
- Add oh-my-fish repo as submodule - Remove powerline shell from fish - Move fish greeting from config.fish to fish_greeting.fish function - Add bobthefish configuration to config.fish
This commit is contained in:
@@ -1,11 +1,3 @@
|
|||||||
# Fish Greeting
|
|
||||||
set fish_greeting "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>"
|
|
||||||
|
|
||||||
# PowerLine Shell
|
|
||||||
function fish_prompt
|
|
||||||
powerline-shell --shell bare $status
|
|
||||||
end
|
|
||||||
|
|
||||||
# Color Scripts
|
# Color Scripts
|
||||||
/bin/bash /opt/shell-color-scripts/colorscript.sh -r
|
/bin/bash /opt/shell-color-scripts/colorscript.sh -r
|
||||||
|
|
||||||
@@ -16,3 +8,10 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
|||||||
export EDITOR="code -w"
|
export EDITOR="code -w"
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
export XDG_CONFIG_HOME=$HOME/.config
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
|
|
||||||
|
# bobthefish Configuration
|
||||||
|
set -g theme_nerd_fonts yes
|
||||||
|
set -g theme_display_user yes
|
||||||
|
set -g fish_prompt_pwd_dir_length 0
|
||||||
|
set -g theme_color_scheme dracula
|
||||||
|
set -g theme_newline_cursor yes
|
5
.config/fish/functions/fish_greeting.fish
Normal file
5
.config/fish/functions/fish_greeting.fish
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
function fish_greeting
|
||||||
|
set_color $fish_color_autosuggestion
|
||||||
|
echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>"
|
||||||
|
set_color normal
|
||||||
|
end
|
1
.config/fish/functions/fish_prompt.fish
Symbolic link
1
.config/fish/functions/fish_prompt.fish
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/home/sravan/.local/share/omf/themes/bobthefish/fish_prompt.fish
|
1
.config/oh-my-fish
Submodule
1
.config/oh-my-fish
Submodule
Submodule .config/oh-my-fish added at 4ff9981ac2
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -10,3 +10,6 @@
|
|||||||
[submodule ".config/slstatus"]
|
[submodule ".config/slstatus"]
|
||||||
path = .config/slstatus
|
path = .config/slstatus
|
||||||
url = https://github.com/balajsra/slstatus.git
|
url = https://github.com/balajsra/slstatus.git
|
||||||
|
[submodule ".config/oh-my-fish"]
|
||||||
|
path = .config/oh-my-fish
|
||||||
|
url = git@github.com:oh-my-fish/oh-my-fish.git
|
||||||
|
Reference in New Issue
Block a user