fix: reboot messages
This commit is contained in:
parent
ed3d5de58d
commit
9d1c143cac
@ -1,6 +1,10 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
cd
|
cd
|
||||||
|
|
||||||
|
NORMAL='\e[0m'
|
||||||
|
BOLD='\e[1m'
|
||||||
|
GREEN='\e[32m'
|
||||||
|
|
||||||
config="git --git-dir $HOME/.dotfiles --work-tree $HOME"
|
config="git --git-dir $HOME/.dotfiles --work-tree $HOME"
|
||||||
repo='https://git.maby.dev/ange/.dotfiles.git'
|
repo='https://git.maby.dev/ange/.dotfiles.git'
|
||||||
|
|
||||||
@ -18,3 +22,7 @@ done
|
|||||||
|
|
||||||
$config submodule update --init --recursive --remote
|
$config submodule update --init --recursive --remote
|
||||||
$config config status.showUntrackedFiles no
|
$config config status.showUntrackedFiles no
|
||||||
|
|
||||||
|
chsh -s /bin/zsh
|
||||||
|
|
||||||
|
echo -e "${BOLD}${GREEN}DONE. You need to reboot to apply the changes.${NORMAL}"
|
||||||
|
@ -34,4 +34,4 @@ cd "$_"
|
|||||||
./update.sh
|
./update.sh
|
||||||
|
|
||||||
echo -e "${BOLD}${GREEN}DONE. I recommend you run ./dotfiles to get a fully \
|
echo -e "${BOLD}${GREEN}DONE. I recommend you run ./dotfiles to get a fully \
|
||||||
functioning config and you can reboot.${NORMAL}"
|
functioning config.${NORMAL}"
|
||||||
|
Loading…
Reference in New Issue
Block a user