},
"ignore": false,
"manipulate_caps_lock_led": false,
- "simple_modifications": [
- {
- "from": {
- "key_code": "application"
- },
- "to": [
- {
- "key_code": "right_option"
- }
- ]
- },
- {
- "from": {
- "key_code": "left_command"
- },
- "to": [
- {
- "key_code": "left_option"
- }
- ]
- },
- {
- "from": {
- "key_code": "left_option"
- },
- "to": [
- {
- "key_code": "left_command"
- }
- ]
- },
- {
- "from": {
- "key_code": "right_option"
- },
- "to": [
- {
- "key_code": "right_command"
- }
- ]
- }
- ]
+ "simple_modifications": []
}
],
"fn_function_keys": [
# config
ln -fns ../.dotfiles/config/karabiner ~/.config/karabiner
+touch ~/.tool-versions
+
# Italics setup
echo "Setting up terminfo"
tic xterm-256color-italic.terminfo
# Python related variables
export VIRTUAL_ENV_DISABLE_PROMPT=1
export WORKON_HOME=$HOME/.virtualenvs
-export PROJECT_HOME=$HOME/Projects
+export PROJECT_HOME=$HOME/Documents/projects
export VIRTUALENVWRAPPER_PYTHON="/usr/local/bin/python3"
# GPG
if [[ -s "/opt/homebrew/bin/brew" ]]; then
export FZF_VIM_PATH=/opt/homebrew/opt/fzf
else
- export FZF_VIM_PATH=/usr/local/opt/fzf
+ if [[ -s "/opt/homebrew/bin/brew" ]]; then
+ export FZF_VIM_PATH=/usr/local/opt/fzf
+ else
+ export FZF_VIM_PATH=/usr/share/doc/fzf/examples
+ fi
fi
################################################################################
fi
# Z
-if ! command -v brew &> /dev/null; then
- . /usr/local/etc/profile.d/z.sh
-else
+if [[ -s "/opt/homebrew/bin/brew" ]]; then
. /opt/homebrew/etc/profile.d/z.sh
+else
+ . /usr/local/etc/profile.d/z.sh
fi
# ASDF