Skip to content

Commit

Permalink
Rename raccl to TaYaKi71751-linux-config
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Apr 1, 2024
1 parent a9d7de8 commit d0249f8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> ## ArchLinux
>> ```
>> curl -LsSf https://raw.githubusercontent.com/raccl/packages/archlinux/install.sh | sh
>> curl -LsSf https://raw.githubusercontent.com/TaYaKi71751-linux-config/packages/archlinux/install.sh | sh
>> ```
> ## Ubuntu
>> ```
>> curl -LsSf https://raw.githubusercontent.com/raccl/packages/ubuntu/install.sh | sh
>> curl -LsSf https://raw.githubusercontent.com/TaYaKi71751-linux-config/packages/ubuntu/install.sh | sh
>> ```
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
ORG='raccl'
ORG='TaYaKi71751-linux-config'
REPO='packages'
BRANCH='archlinux'
RAW_DIR='packages'
Expand Down
2 changes: 1 addition & 1 deletion packages/brew.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
ORG='raccl'
ORG='TaYaKi71751-linux-config'
REPO='packages'
BRANCH='archlinux'
RAW_DIR='packages'
Expand Down
2 changes: 1 addition & 1 deletion packages/fusuma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ aur_install "ruby-fusuma-plugin-appmatcher"

# Download Config
FUSUMA_CFG_DIR='.config/fusuma'
raw_github 'raccl' 'packages' 'archlinux' "${FUSUMA_CFG_DIR}/config.yml" "${HOME}/${FUSUMA_CFG_DIR}"
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
2 changes: 1 addition & 1 deletion packages/gh-cli.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
ORG='raccl'
ORG='TaYaKi71751-linux-config'
REPO='packages'
BRANCH='archlinux'
RAW_DIR='packages'
Expand Down
2 changes: 1 addition & 1 deletion packages/neovim.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
ORG='raccl'
ORG='TaYaKi71751-linux-config'
REPO='packages'
BRANCH='archlinux'
RAW_DIR='packages'
Expand Down

0 comments on commit d0249f8

Please sign in to comment.