Skip to content

krisfur/macos-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS setup

Simple notes on setting up a new macOS device

screenshot

Terminal

Make the dock hide faster:

defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock autohide-time-modifier -float 0
killall Dock

Show hidden files in finder:

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

Get homebrew:

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

Install everything from homebrew:

brew install claude-code cmake discord fastfetch gh ghostty go helium-browser jq krisfur/tap/fex localsend neovim neovim ninja node obs odin pnpm ripgrep tree-sitter-cli typst uv vlc vscodium whatsapp zig

Get neovim and vscodium configs:

git clone https://github.com/krisfur/neovim-config.git
mkdir ~/.config/nvim
cd neovim-config
cp init.lua ~/.convig/nvim
cd vscodium
bash install.sh
cd ../..

Set up fastfetch:

fastfetch --gen-config
cp fastfetch/* ~/.config/fastfetch

Set up git config:

git config --global user.email "k_furman@outlook.com"
git config --global user.name "Krzysztof Furman"
git config --global init.defaultBranch main
git config --global credential.helper store

Copy CLAUDE.md to ~/.claude/CLAUDE.md

App Store:

  • Final Cut Pro
  • Garage Band
  • Pixelmator Pro
  • XCode

Settings

  • Accessibility -> Reduce transparency

  • Desktop and Dock -> Scale Effect, Automatically hide, Turn off show suggested

  • Add desktops 2, 3

  • Enable desktop shortcuts:

    • System Settings → Keyboard → Keyboard Shortcuts… → Mission Control

    • System Settings -> Desktop and Dock -> Mission Control -> Turn Off Automatically rearrange spaces

  • Keyboard -> Turn off Adjust keyboard brightness in low light

  • Menu Bar -> Battery -> Show %

  • Wallpaper -> Screen Saver -> Never

About

Initial setup on a new macos device. With fastfetch, neovim, vscodium, and more.

Resources

Stars

Watchers

Forks

Contributors