mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Refer to Omarchy not Omakub
This commit is contained in:
@ -20,12 +20,12 @@ git config --global alias.st status
|
||||
git config --global pull.rebase true
|
||||
|
||||
# Set identification from install inputs
|
||||
if [[ -n "${OMAKUB_USER_NAME//[[:space:]]/}" ]]; then
|
||||
git config --global user.name "$OMAKUB_USER_NAME"
|
||||
if [[ -n "${OMARCHY_USER_NAME//[[:space:]]/}" ]]; then
|
||||
git config --global user.name "$OMARCHY_USER_NAME"
|
||||
fi
|
||||
|
||||
if [[ -n "${OMAKUB_USER_EMAIL//[[:space:]]/}" ]]; then
|
||||
git config --global user.email "$OMAKUB_USER_EMAIL"
|
||||
if [[ -n "${OMARCHY_USER_EMAIL//[[:space:]]/}" ]]; then
|
||||
git config --global user.email "$OMARCHY_USER_EMAIL"
|
||||
fi
|
||||
|
||||
# Set default XCompose that is triggered with CapsLock
|
||||
@ -33,6 +33,6 @@ tee ~/.XCompose >/dev/null <<EOF
|
||||
include "%H/.local/share/omarchy/default/xcompose"
|
||||
|
||||
# Identification
|
||||
<Multi_key> <space> <n> : "$OMAKUB_USER_NAME"
|
||||
<Multi_key> <space> <e> : "$OMAKUB_USER_EMAIL"
|
||||
<Multi_key> <space> <n> : "$OMARCHY_USER_NAME"
|
||||
<Multi_key> <space> <e> : "$OMARCHY_USER_EMAIL"
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user