Skip to content

Template for dotfiles to manage macOS package and settings

Notifications You must be signed in to change notification settings

munza/dotfiles-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Directory Overview

  • ghostty/ – Terminal emulator config and themes
  • git/ – Git configuration files
  • nix-darwin/ – Nix system configuration for MacOS
  • nvim/ – Neovim configuration
  • starship/ – Starship prompt configuration
  • zed/ – Zed editor configuration
  • zsh/ – Zsh shell configuration

Prerequisites

  • Nix
    • Install with curl -fsSL https://install.determinate.systems/nix | sh -s -- install --no-modify-profile
  • xcode-select
    • Install with xcode-select -—install
  • Rosetta
    • Install with softwareupdate --install-rosetta

Setup

  • git clone git@github.com:munza/dotfiles-template.git ~/.dotfiles
  • chmod a+x ~/.dotfiles/setup.sh
  • ~/.dotfiles/setup.sh

About

Template for dotfiles to manage macOS package and settings

Resources

Stars

Watchers

Forks