Skip to content

Commit

Permalink
feat(install): replace bartender to hiddenbar and git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
hisamafahri committed Jun 2, 2024
1 parent 5a709ea commit b12848e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# NOTE:
# This script is still and will always be a work in progress

# TODO:
# - setup github ssh

username="hisam"

# Install homebrew
Expand All @@ -16,12 +19,12 @@ username="hisam"
ZSH=~/.oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

# Install packages & apps
brew install zsh-autosuggestions git atuin fzf ripgrep fd koekeishiya/formulae/skhd koekeishiya/formulae/yabai jq noahgorstein/tap/jqp eza tmux neovim bat orbstack
brew install --cask alacritty asdf raycast lazygit 1password slack firefox heynote logseq notion-calendar qblocker gpg-suite cloudflare-warp readdle-spark postman dbeaver-community shottr bartender
brew install zsh-autosuggestions git atuin fzf ripgrep fd koekeishiya/formulae/skhd koekeishiya/formulae/yabai jq noahgorstein/tap/jqp eza tmux neovim bat orbstack pipx
brew install --cask alacritty asdf raycast lazygit 1password slack firefox heynote logseq notion-calendar qblocker gpg-suite cloudflare-warp readdle-spark postman dbeaver-community shottr hiddenbar
# maybe: temurin

# Clone my dotfiles
git clone https://github.com/hisamafahri/dotfiles ~/.config
git clone git@github.com:workmateasia/backend.git ~/.config

# hushlogin
touch ~/.hushlogin
Expand Down

0 comments on commit b12848e

Please sign in to comment.