mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-21 10:45:13 -04:00
path changed to /tmp
This commit is contained in:
parent
34feddfc79
commit
eeecd2651b
1 changed files with 4 additions and 6 deletions
10
Bibata.sh
10
Bibata.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Default settings
|
||||
BIBATA=${BIBATA:-~/.Bibata}
|
||||
BIBATA=${BIBATA:-/tmp/Bibata}
|
||||
REPO=${REPO:-KaizIqbal/Bibata_Cursor}
|
||||
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
|
||||
BRANCH=${BRANCH:-devlopment}
|
||||
|
@ -55,10 +55,9 @@ setup_bibata_repo() {
|
|||
}
|
||||
|
||||
setup_bibata() {
|
||||
cd ~/.Bibata/
|
||||
cd /tmp/Bibata/
|
||||
./install.sh
|
||||
cd ~
|
||||
rm -rf .Bibata
|
||||
rm -rf /tmp/Bibata
|
||||
echo
|
||||
}
|
||||
|
||||
|
@ -80,8 +79,7 @@ main() {
|
|||
setup_bibata_repo
|
||||
setup_bibata
|
||||
|
||||
cd ~
|
||||
rm -rf .Bibata
|
||||
rm -rf /tmp/Bibata
|
||||
printf "$RESET"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue