A collection of dotfiles and related personal notes.
- Documentation:
- https://github.com/zed-industries/zed/tree/main/assets/settings:
zed ~/.config/zed/settings.jsoncp zed_settings.json ~/.config/zed/settings.jsoncp ~/.config/zed/settings.json zed_settings.jsonzed --version- https://code.visualstudio.com/docs/getstarted/settings#_default-settings
- https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations
- Meu VSCode minimalista (extensões, temas e config) by Rocketseat
- https://lucasprag.com/posts/underrated-vscode-feature-native-tabs/
- https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc
- https://marketplace.visualstudio.com/items?itemName=Ansub.enchant
cp vscode_settings.json ~/Library/Application\ Support/Code/User/settings.json- https://docs.brew.sh/Manpage#environment
- https://github.com/Homebrew/brew/blob/4.2.15/bin/brew#L97
- https://github.com/jbranchaud/til/blob/71598d647b80489171735272dacd37de9268d2b6/brew/configure-brew-environment-variables.md
- https://github.com/Homebrew/homebrew-bundle
- https://github.com/Homebrew/homebrew-cask
- The following tools have additional steps:
brew configmkdir -p $HOME/.homebrew && cp brew.env $HOME/.homebrew/brew.envbrew bundle --helpbrew bundle list --file=./Brewfile --allbrew bundle list --file=./Brewfile --brews | sortbrew bundle list --file=./Brewfile --casks | sortbrew bundle list --file=./Brewfile --vscode | sortbrew bundle --file=./Brewfile --no-lockbrew bundle check --file=./Brewfilebrew bundle dump --file=Brewfile.dump --forcebrew bundle dump --file=Brewfile.dump --force --describebrew cleanup --prune=all -s --verbose --dry-runbrew cleanup --prune=all -s --verbose- keycastr/keycastr#220
- https://github.com/keycastr/keycastr/blob/v0.9.16/keycastr/KeyCastr.xcodeproj/project.pbxproj#L1383
- https://github.com/keycastr/keycastr/blob/v0.9.16/keycastr/KCAppController.m#L229
- https://macos-defaults.com/finder/nstoolbartitleviewrolloverdelay.html
- https://github.com/keycastr/keycastr/blob/v0.9.16/keycastr/KCDefaultVisualizer.m#L39
- https://github.com/keycastr/keycastr/blob/v0.9.16/keycastr/KCDefaultVisualizer.m#L150
- https://github.com/keycastr/keycastr/blob/v0.9.16/keycastr/KCDefaultVisualizer.m#L154
defaults read io.github.keycastrdefaults write io.github.keycastr "default.fontSize" -float "60" && killall KeyCastrdefaults delete io.github.keycastr && killall KeyCastr- https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
- https://www.30secondsofcode.org/git/s/sort-branches-by-date/
- https://blog.cassidoo.co/post/sort-git-branch/
code ~/.gitconfigcp ~/.gitconfig .gitconfigcp .gitconfig ~/.gitconfigxattr -d com.apple.quarantine /Applications/MarkText.app- https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#creating-and-editing
- https://conda.io/projects/conda/en/latest/commands/config.html#config-subcommands
- https://conda.io/projects/conda/en/latest/commands/config.html#config-modifiers
cp .condarc ~/.condarcconda info --allconda config --validateconda config --show-sourcesconda config --showconda config --describecp .mambarc ~/.mambarcmicromamba infomicromamba config list --sourcesmicromamba config sourcesmicromamba config list --all --long-descriptionsmicromamba config list --all --long-descriptions --no-rc- https://www.git-town.com/commands/sync
- https://github.com/git-town/git-town/tree/v13.0.2/features
- https://youtu.be/oLaUsUlFfTo?feature=shared
- https://www.git-town.com/commands/config
- https://www.git-town.com/preferences/main-branch
- git-town/git-town#3048 + https://www.git-town.com/configuration for aliases
git town --versiongit config git-town.main-branch developmentgit town configgit town sync --dry-rungit town sync- https://macos-defaults.com/dock/show-recents.html
- https://github.com/rxhanson/Rectangle/blob/main/TerminalCommands.md
defaults write com.knollsoft.Rectangle "alternateDefaultShortcuts" -bool "true" && killall Rectangle- https://support.apple.com/en-gb/guide/mac-help/mh35859/14.0/mac/14.0
- https://macos-defaults.com/dock/tilesize.html
- https://macos-defaults.com/dock/show-recents.html
defaults write com.apple.dock "tilesize" -int "48" && killall Dockdefaults write com.apple.dock "show-recents" -bool "false" && killall Dockdefaults write dev.warp.Warp-Stable "Theme" -string "\"Dracula\""Restart Warp manually.
defaults read dev.warp.Warp-Stablecode ~/.zshrcCopy the snippet in the tap repository to the end of the .zshrc file.
sdk versionsdk list javasdk install java 8.0.422-amznjava -versionecho $JAVA_HOMEsdk home java 8.0.422-amznsdk list mavensdk install maven 3.6.3mvn --versionsdk currentsdk install java 24.0.2-amznsdk use java 24.0.2-amzn- PDF viewer and editor
- https://okular.kde.org/
- To insert an image, first create a stamp: https://askubuntu.com/questions/1132658/how-to-add-a-signature-stamp-to-okular