A collection of dotfiles and related personal notes.
zed ~/.config/zed/settings.json
cp zed_settings.json ~/.config/zed/settings.json
cp ~/.config/zed/settings.json zed_settings.json
zed --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 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/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.keycastr
defaults write io.github.keycastr "default.fontSize" -float "60" && killall KeyCastr
defaults 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 ~/.gitconfig
cp ~/.gitconfig .gitconfig
cp .gitconfig ~/.gitconfig
xattr -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 ~/.condarc
conda info --all
conda config --validate
conda config --show-sources
conda config --show
conda config --describe
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
- 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 --version
git config git-town.main-branch development
git town config
git town sync --dry-run
git 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 Dock
defaults write com.apple.dock "show-recents" -bool "false" && killall Dock
defaults write dev.warp.Warp-Stable "Theme" -string "\"Dracula\""
Restart Warp manually.
defaults read dev.warp.Warp-Stable
code ~/.zshrc
Copy the snippet in the tap repository to the end of the .zshrc
file.
sdk version
sdk list java
sdk install java 8.0.422-amzn
java -version
echo $JAVA_HOME
sdk home java 8.0.422-amzn
sdk list maven
sdk install maven 3.6.3
mvn --version
sdk current
- 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