File tree Expand file tree Collapse file tree 5 files changed +2
-24
lines changed
Expand file tree Collapse file tree 5 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ main() {
160160 _s " π Please, restart your terminal to see the changes"
161161
162162 _a " π Check the installation logs"
163- cat " $DOTFILES_LOG_FILE "
163+ _s " cat $DOTFILES_LOG_FILE "
164164}
165165
166166main " $@ "
Original file line number Diff line number Diff line change 1- @angular/cli
21dockly
32gitmoji-cli
43http-server
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ tap "clementtsang/bottom"
55tap "moncho/dry"
66tap "github/gh"
77tap "homebrew/bundle"
8- tap "homebrew/cask"
9- tap "homebrew/core"
108tap "homebrew/services"
119brew "fzf"
1210brew "denisidoro/tools/navi"
@@ -69,30 +67,24 @@ brew "yq"
6967brew "miller"
7068brew "starship"
7169brew "go-task/tap/go-task"
72- brew "mise"
7370brew "duf"
7471brew "rm-improved"
7572brew "tre-command"
7673brew "ctop"
7774brew "gping"
7875brew "thefuck"
79- brew "cleanclip"
8076brew "step"
8177brew "hadolint"
8278brew "zimfw"
8379cask "raycast"
84- cask "docker"
8580cask "notion"
8681cask "dbeaver-community"
87- cask "iterm2-nightly "
82+ cask "iterm2"
8883cask "gas-mask"
8984cask "rectangle"
9085cask "postman"
9186cask "iina"
9287cask "shottr"
93- cask "cheatsheet"
94- cask "bitwarden"
95- cask "bitwarden-cli"
9688cask "devtoys"
9789cask "mos"
9890cask "appcleaner"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424
2525log::info " π₯ Importing packages"
2626" $DOTFILES_PATH /bin/dot" package import 2>&1 | log::file " π₯ Importing packages"
27-
28- log::info " π Executing custom restoration scripts"
29- install_scripts_path=" $DOTFILES_PATH /restoration_scripts"
30- if [ -d " $install_scripts_path " ]; then
31- find " $install_scripts_path " -mindepth 1 -maxdepth 1 -type l,f -name ' *.sh' |
32- sort |
33- while read -r install_script; do
34- { [[ -x " $install_script " ]] && . " $install_script " | log::file " π Executing afterinstall: $( basename " $install_script " ) " ; } || {
35- log::error " Install script error in $( basename " $install_script " ) "
36- }
37- done
38- fi
You canβt perform that action at this time.
0 commit comments