Skip to content

jjscaria/mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mac

https://github.com/Eugeny/tabby/releases/latest

xcode-select --install

iTerm https://iterm2.com/downloads.html

Remove the gap between iTerm windows

defaults write com.googlecode.iterm2 DisableWindowSizeSnap -integer 1

Show hidden files

defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder

Remove dock delay

defaults write com.apple.Dock autohide-delay -float 0 && killall Dock

Restore dock delay defaults delete com.apple.Dock autohide-delay && killall Dock

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install --cask --no-quarantine visual-studio-code rectangle openinterminal middleclick maccy alt-tab localsend git-credential-manager google-chrome firefox

brew install git mas zsh-syntax-highlighting zsh-autosuggestions zsh-history-substring-search font-fira-code starship azure-cli kubectl pyenv pyenv-virtualenv

brew tap hashicorp/tap

brew install hashicorp/tap/terraform

git config --global pull.ff true

mas install 937984704

Delete .DS_Store files

Do it in repos folder

find . -name ".DS_Store" -type f -delete

Other tools

tfswitch

aztfexport

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages