Giter VIP home page Giter VIP logo

mac-setup's Introduction

My Mac Setup (14.4.1)

System Settings

Appearance

  • Set appearance to Dark Mode

Control Center

  • Enable "Show Percentage"

General

Date & Time

  • Enable "24-hour time"
  • Enable "Show 24-hour time on Lock Screen"

Screenshots

Run the following to put all screenshots in '~/Documents/screenshots'

mkdir ~/Documents/screenshots
defaults write com.apple.screencapture location ~/Documents/screenshots
killall SystemUIServer

Homebrew

Homebrew

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

Hack Font

brew tap homebrew/cask-fonts
brew search '/font-.*-nerd-font/' | awk '{ print $1 }' | xargs -I{} brew install --cask {} || true

iTerm2

https://iterm2.com/

iTerm2 Dracula

https://draculatheme.com/iterm

iTerm2 Font

Preferences>Profiles>Text>16 Preferences>Profiles>Text>Font (Hack Nerd Font Mono)

iTerm2 Change Default Shell

chsh -s /bin/bash

Rectangle

Rectangle

Git

brew install git

Git Global Config

git config --global user.name "Aaron Bauman"
git config --global user.email "[email protected]"
git config --global user.signingkey 0x395FD70D6DAD263A7FC02B191611597BBBE926A9
git config --global commit.gpgsign 1
git config --global push.gpgsign 0
git config --global pull.rebase true
git config --global --unset pull.ff
git config --global push.default simple
git config --global core.editor emacs
git config --global init.defaultBranch master

Yubikey

brew install gnupg pinentry-mac

Emacs

brew install emacs

Emacs Configs

cd ~
git clone [email protected]:FuzzyGophers/.emacs.d.git

mac-setup's People

Contributors

fuzzygophers avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.