Skip to content

Just my own version of a Mac setup script to streamline new deployments

Notifications You must be signed in to change notification settings

grizzls/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles - My own new Mac setup script

About

This setup script is for installing some of my preferred Terminal tools, and most of my applications.

Installation with Curl

To install this script from a brand new Mac (fresh out of the box!) run the following command in terminal:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/grizzls/dotfiles/master/.macos)"

Want to know what curl -fsSL stands for? Checkout this link.

If Xcode Command Line Tools is not already installed, you will be prompted to install it after being prompted for sudo access.

Mac OS X Modifications

I'm performing the following modfucations to Finder.

Modify Finder Preferences

Show Library Folder in Finder

chflags nohidden ~/Library

Show Hidden Files in Finder

defaults write com.apple.finder AppleShowAllFiles YES

Show all filename extensions in Finder

defaults write NSGlobalDomain AppleShowAllExtensions -bool true

Keep folders on top when sorting by name

defaults write com.apple.finder _FXSortFoldersFirst -bool true

Terminal Tools

All of the following are commands that you can enter directly into Terminal or let the script run for you.

Install the following terminal tools:

Homebrew

oh-my-zsh

Git

Powerline fonts

Speedtest-cli

openssl

kubernetes-cli

helm

pyenv

xxenv-latest

stormssh

stormssh-completion

Additional Applications

All of the following are commands that you can enter directly into Terminal or let the script run for you.

Install the following applications:

iTerm2 Visual Studio Code Slack 1Password Google Chrome google-cloud-sdk Docker Postman Microsoft Teams Microsoft Office Macpass Zoom Plex

The End

About

Just my own version of a Mac setup script to streamline new deployments

Topics

Resources

Stars

Watchers

Forks

Languages