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:
Sravan Balaji
2020-08-27 12:37:34 -04:00
parent 92532c3a8c
commit 49c3f6a1bf
5 changed files with 17 additions and 8 deletions

View File

@@ -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

View File

@@ -0,0 +1,5 @@
function fish_greeting
set_color $fish_color_autosuggestion
echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>"
set_color normal
end

View File

@@ -0,0 +1 @@
/home/sravan/.local/share/omf/themes/bobthefish/fish_prompt.fish

1
.config/oh-my-fish Submodule

Submodule .config/oh-my-fish added at 4ff9981ac2

3
.gitmodules vendored
View File

@@ -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