lots of changes after neglecting this repo

This commit is contained in:
2024-10-09 04:33:10 +02:00
parent d8edebad28
commit 2f7f6cbb13
5 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
if test "$TERM" != dumb if test "$TERM" != dumb
eval (/usr/bin/starship init fish) eval (/usr/local/bin/starship init fish)
end end

View File

@@ -20,7 +20,6 @@ status --is-interactive; and begin
# Aliases # Aliases
alias backup '$HOME/.borg/backup.sh' alias backup '$HOME/.borg/backup.sh'
alias budget 'hledger print income:krankengeld | grep -Po '\''^\d\d\d\d-\d\d-\d\d'\'' | tail -1 | xargs -I{} hledger balance budgets date:{}-today' alias budget 'hledger print income:krankengeld | grep -Po '\''^\d\d\d\d-\d\d-\d\d'\'' | tail -1 | xargs -I{} hledger balance budgets date:{}-today'
alias cat bat
alias fox cat alias fox cat
alias g git alias g git
alias grep rg alias grep rg
@@ -33,6 +32,7 @@ status --is-interactive; and begin
alias tt 'exa --git -Tl' alias tt 'exa --git -Tl'
alias vimdiff 'nvim -d' alias vimdiff 'nvim -d'
alias vim 'nvim' alias vim 'nvim'
alias cat batcat
# Interactive shell initialisation # Interactive shell initialisation
set -gx GPG_TTY (tty) set -gx GPG_TTY (tty)
@@ -41,10 +41,10 @@ status --is-interactive; and begin
end end
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ] #if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]
exec sway # exec sway
end #end
set -g EDITOR /usr/bin/nvim set -g EDITOR /usr/bin/nvim
set -g VISUAL /usr/bin/nvim set -g VISUAL /usr/bin/nvim
set -g SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket #set -g SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket

1
gtk/.config/gtk-3.0/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
bookmarks

View File

@@ -6,4 +6,4 @@ vim.cmd [[source /home/vi/.config/nvim/config.vim]]require("nightfox").setup({
} }
} }
}) })
vim.cmd("colorscheme duskfox") vim.cmd("colorscheme dayfox")

View File

@@ -23,6 +23,7 @@ syntax on
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug 'Yggdroot/indentLine' Plug 'Yggdroot/indentLine'
Plug 'EdenEast/nightfox.nvim' Plug 'EdenEast/nightfox.nvim'
Plug 'cdmill/neomodern.nvim'
Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes' Plug 'vim-airline/vim-airline-themes'
Plug 'vim-syntastic/syntastic' Plug 'vim-syntastic/syntastic'