summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh2
-rw-r--r--zsh/.zshenv4
2 files changed, 3 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index 01884e5..3d32d08 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
-STOW="stow --no-folding -R -v -t $HOME"
+STOW="stow --no-folding -v -t $HOME"
cd "$(dirname $0)"
git submodule update --init --recursive --depth 1
diff --git a/zsh/.zshenv b/zsh/.zshenv
index e1851e8..017e009 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -4,7 +4,7 @@ export EDITOR=emacsclient
export TERMINAL=urxvt
export LEDGER_FILE=$HOME/org/hledger/2021.journal
export CHEMACS_PROFILE=default
-if [[ $(hostname) =~ pincer* || $(hostname) =~ dex* || $(hostname) =~ fedora ]]; then
+if [[ $(hostname) =~ pincer* || $(hostname) =~ dex* || $(hostname) =~ fedora || $(hostname) =~ firelink ]]; then
export MOZ_ENABLE_WAYLAND=1
export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland
@@ -24,7 +24,7 @@ source ~/.zshenv.local
export XKB_DEFAULT_LAYOUT="us(dvorak)"
export XKB_DEFAULT_OPTIONS="caps:ctrl_modifier,compose:ralt"
-if [[ $(hostname) =~ dex* ]]; then
+if [[ $(hostname) =~ dex* || $(hostname) =~ firelink ]]; then
# US keyboard layout works better with the Corne keymap.
export XKB_DEFAULT_LAYOUT="us"
fi