Switch back to macOS.
This commit is contained in:
parent
f8866a9eca
commit
e819a06cda
137 changed files with 192 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
if test -z "$XDG_RUNTIME_DIR"; then
|
||||
export XDG_RUNTIME_DIR=$(mktemp -d /tmp/$(id -u)-runtime-dir.XXX)
|
||||
fi
|
||||
# mac specific configuration
|
||||
touch $HOME/.hushlogin
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
# prepare directories
|
||||
mkdir -p $XDG_CACHE_HOME/zsh
|
||||
|
@ -19,9 +19,9 @@ path=(~/.local/bin "$path[@]")
|
|||
# source configuration
|
||||
source $ZDOTDIR/aliases.zsh
|
||||
source $ZDOTDIR/cleanhome.zsh
|
||||
source $ZDOTDIR/fzf.zsh
|
||||
source $ZDOTDIR/keys.zsh
|
||||
source $ZDOTDIR/ssh.zsh
|
||||
source $ZDOTDIR/fzf.zsh
|
||||
|
||||
# source modules
|
||||
source ~/.local/git/zsh_modules/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue