https://github.com/soooda/config
My dotfiles
https://github.com/soooda/config
kitty-terminal neovim ranger st vim yazi zsh
Last synced: 8 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/soooda/config
- Owner: Soooda
- Created: 2020-08-30T03:33:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T16:07:21.000Z (8 months ago)
- Last Synced: 2025-02-20T17:24:23.456Z (8 months ago)
- Topics: kitty-terminal, neovim, ranger, st, vim, yazi, zsh
- Language: Python
- Homepage:
- Size: 58.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My MacOS Configuration Setup
All the cool kids have their own configs :DD## Xcode Command Line Tools
```bash
xcode-select --install # install# Re-install method just in case
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
```## Homebrew
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```## System Settings
```applescript
# Enable full keyboard access for all controls
defaults write -g AppleKeyboardUIMode -int 3
```VSCode Vim Plugin Enable key-reapting
```bash
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false# If necessary, reset global default
defaults delete -g ApplePressAndHoldEnabled
```### Fonts
```bash
brew install --cask font-fira-code
brew install --cask font-hack-nerd-font
brew install font-symbols-only-nerd-font
```## Development
```bash
brew install tree
brew install dust
brew install fastfetch
brew install yazi
brew install ripgrep
brew install yazi
brew install bat
brew install lsd
brew install gping
brew install tldr
```## SSH Configuration
## GUI Apps
```bash
# Terminal
brew install --cask kitty# Mac App Store Manager
brew install mas# Browser
brew install --cask google-chrome# Filesync
mas install 823766827# Screen Recording
brew install --cask obs
mas install 836500024
```