my-tools
Code
Windows Terminal

- color scheme: Snazzy
- background image: Untitled Goose Wallpaper
- dircolors: nord-dircolors
{
"guid": "{2c4de345-38b8-51cf-b941-2309a097f618}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"colorScheme": "Snazzy",
"fontFace": "JetBrains Mono",
"backgroundImage": "C:\\Users\\yhkang\\OneDrive\\图片\\goose.png",
"backgroundImageOpacity": 0.6
},
VS Code

- VS Code Monokai Night theme
- JetBrains Mono font
- Remote Development extension
- IntelliJ IDEA Keybindings extension
Sublime Text
Command Line Apps
- tldr - Simplified and community-driven man pages.
- httpie - HTTP client.
-
screenfetch - Fetches system/theme information in terminal.
- alias
alias cdtmp='cd $(mktemp -d /tmp/tmp-XXXXXX)'
alias setproxy='export ALL_PROXY=http://127.0.0.1:1080'
alias unsetproxy='unset ALL_PROXY'
alias myip='curl myip.ipip.net'
Password
Bitwarden
Blog
Hexo

- theme icarus
- hexo-all-minifier
- use Github Action to automatic generate and deploy blog: HexoCI
Chrome
禁用mac版chrome自带双指手势前进后退功能
鼠标
defaults write com.google.Chrome AppleEnableMouseSwipeNavigateWithScrolls -bool false
触控板
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
Related
- https://github.com/nikitavoloboev/my-mac-os