Skip to content

Repo containing files and configurations to use when a new mac is being used

Notifications You must be signed in to change notification settings

frugoman/mac_configurations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To configure your mac as I do, just execute this command

sh -c "$(curl -fsSL https://raw.githubusercontent.com/frugoman/mac_configurations/master/setup-script.sh)"

It will install

  • Bash
  • iTerm2
  • Visual Studio Code
  • Google Chrome
  • Alfred 4
  • Oh my zsh

And it will also apply some custom configuration to zsh and iTerm2, like naturaly typing and some git aliases that I preffer over the ones in oh my zsh such as

alias gst="git status"
alias gam="git add .; git commit -m"
alias gcm="git commit -m"
alias gpo='git push -u origin "$(git_current_branch)"'
alias gd="git diff"
alias gco="git checkout"
alias gb="git checkout -b"

About

Repo containing files and configurations to use when a new mac is being used

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages