From bec0ce88a25a55999d3f705145c0186898b3a414 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Tue, 26 Apr 2022 12:44:15 +0200 Subject: [PATCH] update for new macos and mac+arm --- alacritty.yml | 11 +++-------- gitconfig | 2 +- sbclirc | 2 +- zshrc | 16 ++++++---------- 4 files changed, 11 insertions(+), 20 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index bb0852c..05c9809 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -1,4 +1,3 @@ -background_opacity: 1.0 colors: bright: black: '0x666666' @@ -36,7 +35,7 @@ colors: cursor_style: Block custom_cursor_colors: true debug: - log_level: None + log_level: OFF persistent_logging: false print_events: false ref_test: false @@ -409,11 +408,6 @@ mouse: hide_when_typing: false triple_click: threshold: 300 - url: - launcher: - args: [] - program: open - modifiers: None mouse_bindings: - action: PasteSelection mouse: Middle @@ -427,7 +421,7 @@ selection: semantic_escape_chars: ",\u2502`|:\"' ()[]{}<>" shell: args: [] - program: /usr/local/bin/zsh + program: /opt/homebrew/bin/zsh tabspaces: 8 unfocused_hollow_cursor: true visual_bell: @@ -439,6 +433,7 @@ window: columns: 80 lines: 24 dynamic_padding: false + opacity: 1.0 padding: x: 2 y: 2 diff --git a/gitconfig b/gitconfig index d764163..6c4b44f 100644 --- a/gitconfig +++ b/gitconfig @@ -84,7 +84,7 @@ default = simple [user] - name = hellerve + name = Veit Heller email = veit@veitheller.de [credential] helper = osxkeychain diff --git a/sbclirc b/sbclirc index d32af51..2be1dc8 100644 --- a/sbclirc +++ b/sbclirc @@ -31,4 +31,4 @@ (setf *prompt* (colorize :bold (colorize :blue "λ "))) (setf *prompt2* (colorize :bold (colorize :blue "λ₂ "))) (setf *ret* (colorize :bold (colorize :red "⇒ "))) -(setf *pygmentize* nil) +(setf *pygmentize* "/usr/local/bin/pygmentize") diff --git a/zshrc b/zshrc index 6abe123..dc0c80c 100644 --- a/zshrc +++ b/zshrc @@ -27,13 +27,14 @@ export GHC_HOME=/usr/local/bin export CABAL_HOME=$HOME/.cabal/ export SCRIPTS_HOME=$HOME/.scripts export GH_HOME=~/Documents/Code/Github -export PATH=/usr/local/opt/python/bin:$GHC_HOME:$PATH:$CABAL_HOME/bin:/opt/local/bin:/usr/local/sbin:/usr/local/opt/llvm/bin:~/.local/bin:$GOBIN:$SCRIPTS_HOME:$TEXBIN:$GH_HOME/ut/sandboxtron/bin +export PATH=/usr/local/opt/python/bin:$GHC_HOME:$PATH:$CABAL_HOME/bin:/opt/local/bin:/usr/local/sbin:/usr/local/opt/llvm/bin:~/.local/bin:$GOBIN:$SCRIPTS_HOME:$TEXBIN:$GH_HOME/ut/sandboxtron/bin:/opt/homebrew/bin export MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man export INFOPATH=$INFOPATH:/opt/local/share/info export PYTHONSTARTUP=~/.pythonrc export NODE_PATH=/usr/local/lib/node_modules -export TERM=rxvt export LANG=en_US.UTF-8 +export TERMINFO='/usr/share/terminfo/' +export TERM=xterm-256color export LC_ALL=$LANG export JAVA_HOME=`/usr/libexec/java_home -v 9` export CARP_DIR=$GH_HOME/carp/Carp/ @@ -71,13 +72,7 @@ preexec () {print -Pn "\e]2; %~/ \a"} case $TERM in xterm*) - precmd(){print -Pn "\e]0;%m: %~\a"} - ssh(){ - PRENAME="`dcop $KONSOLE_DCOP_SESSION sessionName`"; - dcop "$KONSOLE_DCOP_SESSION" renameSession "$@"; - /usr/bin/ssh "$@"; - dcop "$KONSOLE_DCOP_SESSION" renameSession "$PRENAME" - } ;; + precmd(){print -Pn "\e]0;%m: %~\a"} ;; esac function rprompt-git-current-branch { @@ -114,7 +109,6 @@ save_dotfiles(){ cp -r ~/.scripts ${DOTPATH} cp ~/.config/carp/profile.carp ${DOTPATH} cp ~/.config/alacritty/alacritty.yml ${DOTPATH} - cp ~/.erc ${DOTPATH}erc cp ~/.gitconfig ${DOTPATH}gitconfig cp ~/.gitignore ${DOTPATH}gitignore cp ~/.inputrc ${DOTPATH}inputrc @@ -196,3 +190,5 @@ function ghcl { fortune | cowsay -f koala remind +export PATH="/usr/local/opt/libpq/bin:$PATH" +export PATH="/usr/local/opt/openssl@3/bin:$PATH"