Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ My Mac setup!!!

🖼️ Image

dotfiles

📦 Installation

Homebrew

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

Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Dependencies

xcode-select --install
brew install --cask wezterm
brew install --cask ghostty
brew install neovim
brew install ripgrep
brew install fzf
brew install starship # command line prompt
brew install stow     # dotfiles manager
brew install neofetch
brew install jq
brew install gradle
brew install imagemagick

Git

brew install git
brew install git-lfs  # git large file storage
brew install git-filter-repo
brew install lazygit
brew install gh       # github cli

# github cli authenticate to link with devices
gh auth login

Tmux

brew install tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# ctrl + I to install all plugins

Window Manager

brew install koekeishiya/formulae/yabai
brew install koekeishiya/formulae/skhd

Fonts

brew tap epk/epk      # SFMono-Nerd-Font
brew install font-sf-mono-nerd-font

brew install --cask font-sf-pro
brew install --cask font-jetbrains-mono-nerd-font

# SketchyBar usage
brew install --cask sf-symbols
brew install --cask font-sf-mono
curl -L https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v2.0.62/sketchybar-app-font.ttf -o $HOME/Library/Fonts/sketchybar-app-font.ttf
# go to sketchybar-app-font github to get the latest release

SketchyBar

# run this after install all the fonts and stow the script directory
install_sketchybar

Mac Utils

defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false # repeating key
defaults write com.apple.dock autohide-time-modifier -float 0.15; killall Dock # show the dock faster

🚀 Stow Usage

cd ~/dotfiles
stow "directory"

stow --restow "directory" # for restowing

🛠️ Developer tools

💧 Utility apps

  • RayCast
  • AltTab
  • Obsidian
  • AlDente
  • Monitor Control
  • Mac Mouse Fix
  • Logitech G HUB
  • Sioyek
  • AppCleaner

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages