mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
@@ -19,6 +19,7 @@ brew "bat"
|
||||
brew "bpytop"
|
||||
brew "cmake"
|
||||
brew "difftastic"
|
||||
brew "direnv"
|
||||
brew "doctl"
|
||||
brew "sdl2"
|
||||
brew "dosbox"
|
||||
|
||||
3
.zshrc
3
.zshrc
@@ -51,7 +51,7 @@ antigen bundle fzf
|
||||
#antigen bundle unixorn/fzf-zsh-plugin
|
||||
#antigen bundle pipenv
|
||||
antigen bundle asdf
|
||||
#antigen bundle dotenv
|
||||
antigen bundle dotenv
|
||||
# antigen bundle poetry
|
||||
antigen bundle "MichaelAquilina/zsh-autoswitch-virtualenv"
|
||||
antigen bundle nvim
|
||||
@@ -70,6 +70,7 @@ source <(helm completion zsh)
|
||||
|
||||
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
||||
eval "$(starship init zsh)"
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
alias ta='tmux a'
|
||||
alias tl='tmux ls && read session && tmux attach -t ${session:-default} || tmux new -s ${session:-default}'
|
||||
|
||||
2
direnv/direnv.toml
Normal file
2
direnv/direnv.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[global]
|
||||
load_dotenv = true
|
||||
Reference in New Issue
Block a user