add fix for darwin
This commit is contained in:
parent
d6f76e13f0
commit
eee970e38d
2 changed files with 3 additions and 1 deletions
|
@ -131,6 +131,6 @@ export EDITOR=vim
|
||||||
|
|
||||||
source <(/opt/homebrew/bin/starship init zsh --print-full-init)
|
source <(/opt/homebrew/bin/starship init zsh --print-full-init)
|
||||||
|
|
||||||
if [ -x "$(command -v tmux)" ] && [ -n "${DISPLAY}" ] && [ -z "${TMUX}" ]; then
|
if [ -x "$(command -v tmux)" ] && [ -z "${TMUX}" ]; then
|
||||||
exec tmux new-session -A -s ${USER} >/dev/null 2>&1
|
exec tmux new-session -A -s ${USER} >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -13,6 +13,8 @@ chezmoi init -v --apply ssh://git@brothertec.eu:1023/simono41/dotfiles.git
|
||||||
|
|
||||||
## Install some Terminal Tools
|
## Install some Terminal Tools
|
||||||
~~~
|
~~~
|
||||||
|
brew install tmux
|
||||||
|
brew install reattach-to-user-namespace
|
||||||
brew install starship
|
brew install starship
|
||||||
brew install zsh-completions
|
brew install zsh-completions
|
||||||
brew install zsh-autosuggestion
|
brew install zsh-autosuggestion
|
||||||
|
|
Loading…
Reference in a new issue