joaopalmeiro / dotfiles

A collection of dotfiles and related personal notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

A collection of dotfiles and related personal notes.

macOS

Zed

Commands

zed ~/.config/zed/settings.json
cp zed_settings.json ~/.config/zed/settings.json
cp ~/.config/zed/settings.json zed_settings.json
zed --version

VS Code

Themes

  1. https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc
  2. https://marketplace.visualstudio.com/items?itemName=Ansub.enchant

Commands

cp vscode_settings.json ~/Library/Application\ Support/Code/User/settings.json

Homebrew

Commands

brew config
mkdir -p $HOME/.homebrew && cp brew.env $HOME/.homebrew/brew.env
brew bundle --help
brew bundle list --file=./Brewfile --all
brew bundle list --file=./Brewfile --brews | sort
brew bundle list --file=./Brewfile --casks | sort
brew bundle list --file=./Brewfile --vscode | sort
brew bundle --file=./Brewfile --no-lock
brew bundle check --file=./Brewfile
brew bundle dump --file=Brewfile.dump --force
brew bundle dump --file=Brewfile.dump --force --describe
brew cleanup --prune=all -s --verbose --dry-run
brew cleanup --prune=all -s --verbose

KeyCastr

Commands

defaults read io.github.keycastr
defaults write io.github.keycastr "default.fontSize" -float "60" && killall KeyCastr
defaults delete io.github.keycastr && killall KeyCastr

Git

code ~/.gitconfig
cp ~/.gitconfig .gitconfig
cp .gitconfig ~/.gitconfig

MarkText

Commands

xattr -d com.apple.quarantine /Applications/MarkText.app

Miniconda

Commands

cp .condarc ~/.condarc
conda info --all
conda config --validate
conda config --show-sources
conda config --show
conda config --describe

micromamba

Commands

cp .mambarc ~/.mambarc
micromamba info
micromamba config list --sources
micromamba config sources
micromamba config list --all --long-descriptions
micromamba config list --all --long-descriptions --no-rc

Git Town

Commands

git town --version
git config git-town.main-branch development
git town config
git town sync --dry-run
git town sync

Rectangle

Commands

defaults write com.knollsoft.Rectangle "alternateDefaultShortcuts" -bool "true" && killall Rectangle

Dock

Commands

defaults write com.apple.dock "tilesize" -int "48" && killall Dock
defaults write com.apple.dock "show-recents" -bool "false" && killall Dock

Warp

Commands

defaults write dev.warp.Warp-Stable "Theme" -string "\"Dracula\""

Restart Warp manually.

defaults read dev.warp.Warp-Stable

Windows

Okular

About

A collection of dotfiles and related personal notes.

License:MIT License


Languages

Language:Ruby 52.9%Language:Shell 35.0%Language:AppleScript 6.1%Language:Vim Script 6.0%