Skip to content

Integralist/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

The ultimate source of truth is this dotfile repo, all other published content is likely stale. This includes...

This blog post which gives a summary of all my favourite developer tools.

This blog post which gives a detailed break down of how to set up a new macOS laptop.

This gist which gives a concise summary of the steps from the blog post.

Terminal

As of Nov 2024 I'm using Rio

As of Dec 2023 I'll likely be using Ghostty.

Prompt

Terminal Prompt

Note

We need nerdfonts.com installed and selected as the terminal's font.
brew install font-hack-nerd-font
"Hack Nerd Font Mono"

Tools

There is a Brewfile which can help you install any programs that were installed via Homebrew:

brew bundle dump --force
brew bundle install

Developer Mode

Warning

I'm not sure if this is still relevant with the change over in terminals and OS versions.

To enable developer mode:

spctl developer-mode enable-terminal

Turning this feature on has been shown to improve the speed of certain terminal operations like running Rust compilation.

OS Wake Up

To improve your retina macOS 'wake-up from sleep' performance:

sudo pmset -a standbydelay 7200

The larger the number (time in seconds), the longer it will take macOS to switch into 'standby mode'. This mode takes a while to 'wake up' before you can log back in, and people tend to prefer delaying it for as long as possible (reference).

GUI

About

Bash shell and Vim configuration settings

Resources

Stars

Watchers

Forks

Packages

No packages published