Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azurehound/orion
🍎 macOS Configs ....
https://github.com/azurehound/orion
dotfiles macos
Last synced: 25 days ago
JSON representation
🍎 macOS Configs ....
- Host: GitHub
- URL: https://github.com/azurehound/orion
- Owner: AzureHound
- Created: 2024-11-07T17:27:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T23:18:26.000Z (about 1 month ago)
- Last Synced: 2025-01-01T13:26:40.788Z (about 1 month ago)
- Topics: dotfiles, macos
- Language: Python
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
``````sh
touch ~/.hushloginbrew analytics off
rm -rf ~/Library/Application\ Support/Homebrew/analytics# Install Fonts
brew install --cask font-jetbrains-mono-nerd-font font-iosevka-nerd-font font-josefin-sans font-comic-mono font-symbols-only-nerd-font# Homebrew Casks
brew install --cask iina keepassxc localsend monitorcontrol obsidian raycast telegram warp wezterm whatsapp zed zen-browser# Homebrew Formulae
brew install ani-cli aria2 atuin asciiquarium bash bat btop cbonsai curl duf eza fastfetch fd ffmpeg figlet fish fontconfig freetype fzf gcc gh git git-delta glow grep hugo imagemagick jq lazygit lsd lua mailsy mas neovide neovim node nu nushell oh-my-posh ollama poppler rar ripgrep ruby sevenzip speedtest-cli starship syncthing television tldr tmux tree-sitter tty-clock unbound utf8proc vim wget yazi yt-dlp zoxide zsh# macOS Cli
defaults write com.apple.screencapture type jpg
defaults write com.apple.screencapture disable-shadow -bool true
defaults write com.apple.Dock showhidden -bool TRUE && killall Dock
defaults write com.apple.dock autohide-delay -float 0; killall Dock
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool TRUE
defaults write -g NSWindowShouldDragOnGesture -bool true
``````sh
# Install tgpt
curl -sSL https://raw.githubusercontent.com/aandrew-me/tgpt/main/install | bash -s /usr/local/bin
```---
```sh
fisher install \
jorgebucaran/fisher \
patrickf1/fzf.fish \
catppuccin/fish \
gazorby/fish-abbreviation-tips \
nickeb96/puffer-fish \
jorgebucaran/autopair.fish \
dracula/fish
```