Skip to content

Discover and apply my carefully curated dotfiles for effortless macOS system customization. Follow the step-by-step instructions to personalize your machine with ease.

Notifications You must be signed in to change notification settings

slvstr-dev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Welcome to my dotfiles repository! This collection comprises all the configuration files I utilize to set up and customize my system. Feel free tool explore and follow the step-by-step instructions to apply these configurations to your own machine.

Screenshot of project

Before You Start

Ensure a smooth setup by following these steps:

  1. Update System Software: Install available software updates with detailed information:

    sudo softwareupdate -ia --verbose

    Ensure your system is up-to-date before proceeding with the setup.

  2. Install Developer Tools: Ensure the necessary developer tools are installed with:

    xcode-select --install

    Follow on-screen prompts to complete the installation.

  3. Clone Repository: Use the following command to clone the repository to the root of your macOS system:

cd ~
git clone https://github.com/slvstr-dev/dotfiles.git

Instructions

Homebrew

Homebrew automates the installation, updating, and management of commonly used applications and tools.

To begin, run the script below, which will guide you through selecting the configuration (personal or work) and then perform the requested action (install, update, cleanup or uninstall).

cd ~/dotfiles/.config/homebrew
./manager.sh

This will check if Homebrew is installed (installing it if necessary) and then apply the selected action to the tools in the chosen Brewfile.

Note: If you encounter a "permission denied" error, you'll need to make the script executable first. You can do this by running:

chmod +x ~/dotfiles/.config/homebrew/manager.sh
chmod +x ~/dotfiles/.config/homebrew/scripts/cleanup.sh
chmod +x ~/dotfiles/.config/homebrew/scripts/install.sh
chmod +x ~/dotfiles/.config/homebrew/scripts/uninstall.sh
chmod +x ~/dotfiles/.config/homebrew/scripts/update.sh

Stow

Use Stow to create symlinks for the configs inside the dotfiles folder. Resolve conflicts by removing .zsh-related files from your root folder:

cd ~/dotfiles
find . -name ".DS_Store" -delete
stow . -v

Ghostty

Ensure that Ghostty, my terminal of choice, is working and configured.

GitHub CLI

Authenticate with a GitHub instance:

gh auth login

mise

Ensure the right tool versions with mise-en-place.

Raycast

Disable Spotlight search hotkey and set it as the default hotkey for Raycast.

Ni

Detect the relevant package manager to use with ni based on the lockfiles in your project. This tool also provides an usefull shorthand (e.g. pnpm run => nr).

npm i -g @antfu/ni

Congratulations 🎉, you've successfully set up your macOS using my dotfiles! Feel free to enjoy and customize them to suit your preferences!

About

Discover and apply my carefully curated dotfiles for effortless macOS system customization. Follow the step-by-step instructions to personalize your machine with ease.

Topics

Resources

Stars

Watchers

Forks