1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
c4471d9035
Merge branch 'main' of https://git.snaile.de/luca/dotfiles 2024-11-21 10:23:34 +01:00
e87eae3519
zsh: cleanup 2024-11-21 10:23:09 +01:00
6 changed files with 34 additions and 21 deletions

View file

@ -17,7 +17,6 @@ require("lazy").setup({
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "lazyvim.plugins.extras.ai.copilot" },
{ import = "lazyvim.plugins.extras.ai.copilot-chat" },
{ import = "lazyvim.plugins.extras.coding.blink" },
{ import = "lazyvim.plugins.extras.coding.mini-surround" },
{ import = "lazyvim.plugins.extras.coding.mini-comment" },
-- { import = "lazyvim.plugins.extras.coding.neogen" },
@ -49,6 +48,7 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.lsp.neoconf" },
{ import = "lazyvim.plugins.extras.test.core" },
{ import = "lazyvim.plugins.extras.ui.mini-indentscope" },
{ import = "lazyvim.plugins.extras.ui.dashboard-nvim" },
{ import = "lazyvim.plugins.extras.ui.treesitter-context" },
{ import = "lazyvim.plugins.extras.util.dot" },
{ import = "plugins" },

View file

@ -12,3 +12,4 @@ o.conceallevel = 0
g.lazyvim_php_lsp = "intelephense"
g.lazyvim_python_lsp = "basedpyright"
g.ai_cm = true

View file

@ -97,7 +97,14 @@ export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
export GOPATH="$XDG_DATA_HOME/go"
export GRADLE_USER_HOME="$XDG_DATA_HOME/gradle"
export PERL_CPANM_HOME="$XDG_CACHE_HOME/cpanm"
export PERL5LIB="$XDG_DATA_HOME/perl5/lib/perl5"
export PERL_LOCAL_LIB_ROOT="$XDG_DATA_HOME/perl5"
export PERL_MB_OPT="--install_base $XDG_DATA_HOME/perl5"
export PERL_MM_OPT="INSTALL_BASE=$XDG_DATA_HOME/perl5"
export PNPM_HOME="$XDG_DATA_HOME/pnpm"
export GEM_HOME="$XDG_DATA_HOME/gem"
export GEM_PATH="$XDG_DATA_HOME/gem"
export COMPOSER_HOME="$XDG_DATA_HOME/composer"
export GTK2_RC_FILES="$XDG_CONFIG_HOME/.config}/gtk-2.0/gtkrc-2.0"
export HISTFILE="$XDG_DATA_HOME/history"
export INPUTRC="$XDG_CONFIG_HOME/shell/inputrc"
@ -108,7 +115,7 @@ export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch-config"
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
export PYTHONSTARTUP="/etc/python/pythonrc"
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export SVDIR="$HOME/.local/sv"
export SVDIR="$HOME/.local/service"
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
export UNISON="$XDG_DATA_HOME/unison"
export W3M_DIR="$XDG_DATA_HOME/w3m"

View file

@ -23,5 +23,9 @@ do
source "${ZDOTDIR}/config/${f}.zsh"
done
gpg-connect-agent updatestartuptty /bye >/dev/null
export GPG_TTY=$TTY
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
# TODO: python argcomplete
# TODO: gempath
export GPG_TTY=$(tty)

View file

@ -34,25 +34,26 @@ zsnippet https://raw.githubusercontent.com/python-virtualenvwrapper/virtualenvwr
turbo
zload MichaelAquilina/zsh-auto-notify
AUTO_NOTIFY_IGNORE+=(
vim
nvim
less
more
man
tig
watch
git
commit
top
htop
ssh
nano
tail
lf
lazygit
elia
git
gunicorn
htop
kube
lazygit
less
lf
man
more
nano
nvim
ssh
tail
tig
top
vim
watch
xchroot
)
# NOTE: colorize help output

View file

@ -1,7 +1,7 @@
#!/bin/sh
backup_key="${HOME}/.ssh/backup"
prune_key="${HOME}/.ssh/prune"
backup_key="${HOME}/.ssh/borg/backup"
prune_key="${HOME}/.ssh/borg/prune"
backup_host="luca@server155.tralios.de"
# shellcheck disable=SC2088
repo="~/backup/dijkstra"