Skip to content

Commit 7f9f967

Browse files
committed
fix(install): remove ohmyzsh references
1 parent cbd293e commit 7f9f967

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

β€Žos/mac/brew/Brewfileβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ tap "moncho/dry"
66
tap "github/gh"
77
tap "homebrew/bundle"
88
tap "homebrew/cask"
9-
tap "homebrew/cask-drivers"
10-
tap "homebrew/cask-fonts"
11-
tap "homebrew/cask-versions"
129
tap "homebrew/core"
1310
tap "homebrew/services"
1411
brew "fzf"
1512
brew "denisidoro/tools/navi"
1613
brew "denisidoro/tools/docpars"
1714
brew "lazydocker"
18-
brew "podman-desktop"
1915
brew "eza"
2016
brew "coreutils"
2117
brew "bash"

β€Žscripts/self/installβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ update_system
1414

1515
install_requirements
1616

17-
install_ohmyzsh_plugins
18-
install_ohmyzsh_themes
19-
2017
log::info "πŸ”— Aplying symlinks"
2118
"$DOTFILES_PATH/bin/dot" symlinks apply | log::file "πŸ”— Aplying symlinks" || true
2219

β€Žscripts/self/updateβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ update_system
1515
log::info "πŸ”ƒ Updating dotfiles and submodules"
1616
update_dotfiles 2>&1 | log::file "πŸ”ƒ Updating dotfiles and submodules"
1717

18-
install_ohmyzsh_plugins
19-
install_ohmyzsh_themes
20-
2118
log::info "πŸ”— Aplying symlinks"
2219
"$DOTFILES_PATH/bin/dot" symlinks apply | log::file "πŸ”— Aplying symlinks" || true

0 commit comments

Comments
Β (0)