Switch to dotbot

This commit is contained in:
2025-01-22 19:33:28 +02:00
parent 7f08cd2aee
commit 955dbc6dc2
116 changed files with 100 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
/home/georgi/Git/dotfiles/home/.config/tmux/themes
View File
@@ -12,7 +12,7 @@ alias la='ls -AG'
alias l='ls -CFG'
# eza aliases, if available
if type ls >/dev/null 2>&1; then
if type eza >/dev/null 2>&1; then
eza_params=(
'--git' '--icons' '--group' '--group-directories-first'
'--time-style=relative'
+3
View File
@@ -0,0 +1,3 @@
.zcompdump
.zsh_history
plugins/bd
@@ -72,7 +72,7 @@ source "$ZDOTDIR/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh"
source "$ZDOTDIR/plugins/calc.plugin.zsh/calc.plugin.zsh"
# https://github.com/lukechilds/zsh-better-npm-completion
source "$ZDOTDIR/plugins/.zsh-better-npm-completion/zsh-better-npm-completion.plugin.zsh"
source "$ZDOTDIR/plugins/zsh-better-npm-completion/zsh-better-npm-completion.plugin.zsh"
# https://github.com/sunlei/zsh-ssh
source "$ZDOTDIR/plugins/zsh-ssh/zsh-ssh.zsh"
@@ -82,7 +82,6 @@ source "$ZDOTDIR/plugins/bd/bd.zsh"
# Prompt
source $ZDOTDIR/.zprompt
+6
View File
@@ -81,3 +81,9 @@
# Show the user email for the current repository.
whoami = config user.email
# used for dotbot only
cleanall = clean -fdx # this is dangerous, so it's intentionally long to type
update-submodules = submodule update --init --recursive
upgrade-submodules = submodule update --init --remote
View File

Some files were not shown because too many files have changed in this diff Show More