Skip to content

Commit

Permalink
Installation work... wip
Browse files Browse the repository at this point in the history
  • Loading branch information
raptor235 committed Jun 19, 2024
1 parent 512f961 commit 662ff07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/install_fpd_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ install_fpd_shell() {

# Run the Oh My Zsh installation in a zsh subshell
zsh -c "
source '~/.fpd-shell/install_oh_my_zsh.sh'
source ~/.fpd-shell/util/install_oh_my_zsh.sh
install_oh_my_zsh
source '~/.fpd-shell/set_theme_and_plugins.sh'
source ~/.fpd-shell/util/set_theme_and_plugins.sh
set_oh_my_zsh_theme_and_plugins
source '~/.fpd-shell/print_success_message.sh'
source ~/.fpd-shell/util/print_success_message.sh
print_success_message
"
fi
Expand Down

0 comments on commit 662ff07

Please sign in to comment.