~zethra/dotfiles

1a92607f5749fb083c52a2927c9d3ac36c19f028 — Sashanoraa 1 year, 6 months ago 299cf39
More shell stuff
M .config/fish/config.fish => .config/fish/config.fish +8 -0
@@ 70,7 70,15 @@ if status is-interactive
    gpgconf --launch gpg-agent 2>&1 >/dev/null

    # prompt
    function starship_transient_prompt_func
      starship module character
    end
    function starship_transient_rprompt_func
      echo "$(starship module --status=$STARSHIP_CMD_STATUS --pipestatus="$STARSHIP_CMD_PIPESTATUS" status) $(starship module --cmd-duration=$STARSHIP_DURATION cmd_duration)"
    end
    starship init fish | source
    # source ~/.config/fish/starship-init.fish
    # enable_transience
    
    # fzf keybindings
    if [ "$DISTRO" = "fedora" ]

M .config/fish/functions/config.fish => .config/fish/functions/config.fish +1 -1
@@ 1,3 1,3 @@
function config --wraps='nvim ~/.config/fish/config.fish' --description 'alias config=nvim ~/.config/fish/config.fish'
  nvim ~/.config/fish/config.fish $argv; 
  lvim ~/.config/fish/config.fish $argv; 
end

M .config/git/config => .config/git/config +0 -4
@@ 1,8 1,6 @@
[user]
	name = Sashanoraa
	email = sasha@noraa.gay
	signkey = 97D912EDBCDAC39C
	signingkey = 8EAFA28D2CA9F572A586166D3CD8D78AEF9570D2
[pull]
	rebase = true
[core]


@@ 15,8 13,6 @@
	smtpuser = sasha@noraa.gay
	smtpencryption = ssl
	smtpserverport = 465
[format]
	signoff = yes
[push]
	followTags = true
[delta]

M .config/kitty/kitty.conf => .config/kitty/kitty.conf +4 -4
@@ 858,7 858,7 @@ tab_bar_edge top
#: The second number is the margin between the tab bar and the
#: contents of the current tab.

tab_bar_style powerline
tab_bar_style custom

#: The tab bar style, can be one of:



@@ 884,7 884,7 @@ tab_bar_style powerline
#:     for the select_tab action which presents you with a list of tabs and
#:     allows for easy switching to a tab.

# tab_bar_align left
tab_bar_align left

#: The horizontal alignment of the tab bar, can be one of: left,
#: center, right.


@@ 916,7 916,7 @@ tab_bar_style powerline
#: The separator between tabs in the tab bar when using separator as
#: the tab_bar_style.

tab_powerline_style round
# tab_powerline_style round

#: The powerline separator style between tabs in the tab bar when
#: using powerline as the tab_bar_style, can be one of: angled,


@@ 972,7 972,7 @@ tab_powerline_style round
#: tab_title_template.

# active_tab_foreground   #000
# active_tab_background   #eee
active_tab_background   #9178f7
# active_tab_font_style   bold-italic
# inactive_tab_foreground #444
# inactive_tab_background #999

M .config/lvim/config.lua => .config/lvim/config.lua +2 -0
@@ 75,6 75,8 @@ lvim.plugins = {
    { "kana/vim-textobj-user" },
    { "npxbr/glow.nvim" },
    { "folke/tokyonight.nvim" },
    { "fladson/vim-kitty" },
    { "khaveesh/vim-fish-syntax" },
    { 
        "norcalli/nvim-colorizer.lua",
        setup = function ()

M .config/starship.toml => .config/starship.toml +4 -0
@@ 173,3 173,7 @@ map_symbol = true

[fill]
symbol = ' '

[character]
success_symbol = " [](#d4ade8)"
error_symbol = " [](#d4ade8)"