Skip to content

💻 My config files for the shell (MacOS & WSL)

Notifications You must be signed in to change notification settings

GiorgioBertolotti/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giorgio Bertolotti's dotfiles

Hey there! 👋
You can check out my work environment here.

Note: This is a MacOS setup, and it's very Homebrew oriented.

Quick start

Homebrew

Homebrew is a package manager for MacOS, follow the instructions on this page to install it.

Brewfile

With the help of the Brewfile, we can dump the list of brew installed taps, brews and casks.

To generate a new Brewfile, run:

brew bundle dump --force

To restore a configuration, jump in the folder where you have the Brewfile and run:

brew bundle

Utils

.zshrc

Execute the following command to use my already configured .zshrc:

ln -sf dot-files/zshrc_osx ~/.zshrc

Use sudo with Touch ID

[guide] Open the sudo auth file /etc/pam.d/sudo and add the following line:

auth sufficient pam_tid.so

Command line tools

To install command line tools on MacOS use the following command:

xcode-select --install

Raycast

I heavily use Raycast to speed up my workflow.

To generate a new Raycast configuration, open it up and run the Export Settings & Data command. You need to select only Settings and Extensions.

To import my existing configuration you can just open the Raycast.rayconfig file.

Theming

To theme all the apps as I do, check out Catppuccin.
My favorite theme is Macchiato.

About

💻 My config files for the shell (MacOS & WSL)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages