Skip to content

Commit

Permalink
fix: use rectangle
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstrange committed Jul 10, 2023
1 parent f989e41 commit f5fd0d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
3 changes: 1 addition & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,11 @@ cask "kindle"
cask "krisp"
cask "libreoffice"
cask "ngrok"
cask "shiftit"
cask "skype"
cask "slack"
cask "tg-pro"
cask "vagrant"
cask "virtualbox"
cask "visual-studio-code"
cask "vlc"

cask "rectangle"
28 changes: 12 additions & 16 deletions setup/bootstrap.Darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,9 @@ change_host() {
install_casks() {
brew install --cask \
alfred \
google-chrome \
google-japanese-ime \
iterm2 \
# Rust based terminal
warp \
shiftit \
dropbox \
rectangle \
coteditor \
kindle \
slack \
Expand Down Expand Up @@ -99,18 +95,18 @@ install_aws_cli() {
}

if [ $(uname) == 'Darwin' ]; then
. setup/install_homebrew.sh
setup_dotfile
show_hidden_files
change_screenshot_filename
install_dependencies
# . setup/install_homebrew.sh
# setup_dotfile
# show_hidden_files
# change_screenshot_filename
# install_dependencies
install_casks
install_font
change_host
install_xxenv
install_colorschemes
install_fzf
install_aws_cli
# install_font
# change_host
# install_xxenv
# install_colorschemes
# install_fzf
# install_aws_cli
else
echo "This script doesn't support $(uname)"
exit 1
Expand Down

0 comments on commit f5fd0d1

Please sign in to comment.