Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Last active May 4, 2026 08:08
Show Gist options
  • Select an option

  • Save mishazawa/f01a4cb5ba3f0dabc72db0740c6c3cee to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/f01a4cb5ba3f0dabc72db0740c6c3cee to your computer and use it in GitHub Desktop.
Reinstall

Homebrew

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

zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

brew programms

brew tap mishazawa/mishazawa
brew install mishazawa/mishazawa/librewolf

xattr -dr com.apple.quarantine /Applications/LibreWolf.app

brew install mishazawa/mishazawa/qbittorrent

xattr -dr com.apple.quarantine /Applications/qBittorrent.app
brew install  git \
              yt-dlp \
              ffmpeg \
              nvm \
              neovim \
              tmux \
              uv \
              font-fira-code \
              sevenzip \
              openjdk@17
brew install --cask karabiner-elements \
                    hammerspoon \
                    nikitabobko/tap/aerospace \
                    dimentium/autoraise/autoraiseapp \
                    miniconda \
                    obsidian \
                    steam \
                    lm-studio \
                    kitty \
                    affinity \
                    signal \
                    telegram \
                    private-internet-access \
                    docker-desktop \
                    vscodium \
                    vlc \
                    alt-tab \
                    openmtp \
                    the-unarchiver
brew install --cask mishazawa/mishazawa/wacom-tablet \
                    mishazawa/mishazawa/clip-studio-paint

ssh

chmod 700 ~/.ssh
chmod 600 ~/.ssh/id_ed*
ssh-add --apple-use-keychain ~/.ssh/id_ed25519

librewolf

# copy asdasd.default-default
~/Library/Application Support/librewolf/Profiles

macos

git config --global user.email "_@gmail.com"
git config --global core.editor "nvim -f"

defaults write com.apple.dock autohide-delay -float 0;killall Dock

System Settings > Keyboard > Keyboard Shortcuts > Input Sources > Use the Caps Lock key to switch ...

Miscellaneous

brew install mishazawa/mishazawa/my-scrobbler

# ...follow instructions from output then...

brew services start mishazawa/mishazawa/my-scrobbler

Database viewer

brew install --cask dbeaver-community
# set red color accent
defaults write -g AppleAccentColor -int 1
swift -e 'import Foundation; DistributedNotificationCenter.default().post(name: NSNotification.Name("AppleColorPreferencesChangedNotification"), object: nil); DistributedNotificationCenter.default().post(name: NSNotification.Name("AppleAquaColorVariantChanged"), object: nil)'
# set delay to 0 for autohide dock
defaults write com.apple.dock autohide-delay -float 0;killall Dock
# set background to gray
osascript -e 'tell application "System Events" to tell every desktop to set picture to "/System/Library/Desktop Pictures/Solid Colors/Stone.png"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment