Skip to content

Commit

Permalink
Use config/fusuma branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 authored Apr 1, 2024
1 parent 9ebee5a commit 7532bcc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/fusuma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,14 @@ aur_install "ruby-fusuma-plugin-keypress"
aur_install "ruby-fusuma-plugin-appmatcher"

# Download Config
FUSUMA_CFG_DIR='.config/fusuma'
raw_github 'TaYaKi71751-linux-config' 'packages' 'archlinux' "${FUSUMA_CFG_DIR}/config.yml" "${HOME}/${FUSUMA_CFG_DIR}"
curl -LsSf \
"https://github.com/\
TaYaKi71751-linux-config/packages\
/raw/\
config/fusuma\
/config.sh" | sh
# FUSUMA_CFG_DIR='.config/fusuma'
# raw_github 'TaYaKi71751-linux-config' 'packages' 'archlinux' "${FUSUMA_CFG_DIR}/config.yml" "${HOME}/${FUSUMA_CFG_DIR}"

# Add User to Group input
no_pw_sudo "usermod -aG input $USER || echo "Error: during Add user \'$USER\' to group \'input\'""
Expand Down

0 comments on commit 7532bcc

Please sign in to comment.