mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Switch to dotbot
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/home/georgi/Git/dotfiles/home/.config/tmux/themes
|
||||
@@ -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'
|
||||
Submodule
+1
Submodule home/config/bash/bash-git-prompt added at 622e337d11
Submodule
+1
Submodule home/config/tmux/plugins/tpm added at 99469c4a9b
@@ -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
|
||||
|
||||
Submodule
+1
Submodule home/config/zsh/plugins/calc.plugin.zsh added at 5b4c85977b
+1
Submodule home/config/zsh/plugins/zsh-better-npm-completion added at 02ca404a9b
Submodule
+1
Submodule home/config/zsh/plugins/zsh-git-prompt added at 2701e8ac31
Submodule
+1
Submodule home/config/zsh/plugins/zsh-ssh added at f73b78bc8f
Submodule
+1
Submodule home/config/zsh/plugins/zsh-vim-mode added at 1f9953b7d6
@@ -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
|
||||
Submodule
+1
Submodule home/vim/bundle/Vundle.vim added at 5548a1a937
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user