Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azurehex/orion
🍎 macOS Configs ....
https://github.com/azurehex/orion
dotfiles macos
Last synced: 2 months ago
JSON representation
🍎 macOS Configs ....
- Host: GitHub
- URL: https://github.com/azurehex/orion
- Owner: AzureHex
- Created: 2024-11-07T17:27:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T18:22:02.000Z (2 months ago)
- Last Synced: 2024-11-23T19:23:47.413Z (2 months ago)
- Topics: dotfiles, macos
- Language: Lua
- Homepage:
- Size: 76.2 KB
- 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# Homebrew Casks
brew install --cask iina localsend obsidian raycast thunderbird wezterm whatsapp zed zen-browser# Homebrew Formulae
brew install aria2 atuin bat btop cbonsai curl duf eza fastfetch ffmpeg figlet fish fzf gcc git git-delta grep lazygit lsd mailsy neovim nu nushell oh-my-posh speedtest-cli starship syncthing tmux wget yazi yt-dlp zoxide zsh-autocomplete zsh-autosuggestions zsh-syntax-highlighting# macOS Cli
defaults write com.apple.screencapture type jpg
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
```