🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use ´ctrl+b´ for the leader key

kacaii 5e9316f8 45d505dc

+25 -1
+1
.config/fish/config.fish
··· 14 14 set -g TMUX_CONFIG_FILE $HOME/.tmux.conf 15 15 set -gx STARSHIP_CONFIG $XDG_CONFIG_HOME/starship.toml 16 16 set -g JJ_CONFIG_FILE $XDG_CONFIG_HOME/jj/config.toml 17 + set -g GHOSTTY_CONFIG_FILE $XDG_CONFIG_HOME/ghostty/config 17 18 18 19 #  Git Prompt Customization 19 20 set -g __fish_git_prompt_showdirtystate true
+1 -1
.config/fish/shell/abbr.fish
··· 1 1 abbr fcg $EDITOR $__fish_config_dir/config.fish 2 2 abbr tcg $EDITOR $TMUX_CONFIG_FILE 3 3 abbr jcg $EDITOR $JJ_CONFIG_FILE 4 + abbr gcg $EDITOR $GHOSTTY_CONFIG_FILE 4 5 5 6 # Reload shell 6 7 abbr s "source $__fish_config_dir/config.fish" ··· 23 24 24 25 #  Git 25 26 abbr g git 26 - abbr gc "ghq get" 27 27 abbr gg lazygit 28 28 abbr gp "git pull" 29 29
+22
.config/ghostty/config
··· 4 4 shell-integration-features = no-cursor 5 5 cursor-style = block 6 6 background-blur = true 7 + mouse-hide-while-typing = true 8 + 9 + keybind = ctrl+b>r=reload_config 10 + 11 + #  Tabs 12 + keybind = ctrl+b>c=new_tab 13 + keybind = ctrl+b>shift+l=next_tab 14 + keybind = ctrl+b>shift+h=previous_tab 15 + 16 + keybind = ctrl+b>1=goto_tab:1 17 + keybind = ctrl+b>2=goto_tab:2 18 + keybind = ctrl+b>3=goto_tab:3 19 + 20 + # 󰤼 Splits 21 + keybind = ctrl+b>s=new_split:down 22 + keybind = ctrl+b>v=new_split:right 23 + keybind = ctrl+b>z=toggle_split_zoom 24 + 25 + keybind = alt+shift+j=goto_split:down 26 + keybind = alt+shift+k=goto_split:up 27 + keybind = alt+shift+h=goto_split:left 28 + keybind = alt+shift+l=goto_split:right 7 29 8 30 # This is the configuration file for Ghostty. 9 31 #
+1
.config/starship.toml
··· 16 16 disabled = true 17 17 18 18 [custom.jj] 19 + ignore_timeout = true 19 20 description = "The current jj status" 20 21 detect_folders = [".jj"] 21 22 style = "blue"