- Enpass
- PowerToys
- VSCode
- Slack
- Notion
- AutoHotKey v2
- win32yank (Put the binary in C:Tools)
- PowerToys Edge favorite plugin (Use @)
- PowerToys Clipboard plugin
- Hack Nerd Font (Extract zip and install via righ click menu)
- Update Taskbar not to show default icons.
- Swap ctrl and caps lock with PowerToys.
- Enable Unicode UTF-8.
- Increase key repeat speed.
- Download autohotkey.ahk and place a shortcut it in the startup folder.
- Assign Ctrl+Space to toggling IME on/off.
- Use Dark theme.
- Show accent color on window borders via Personalization > Colors > Show accent color on title bars and windows borders.
- Disable the window animation of the Windows system via Settings > Accesibility > Animation effects.
- Install WSL2 with
wsl --install
. - Windows Terminal
- Theme: Dark
- Console: One Half Dark
- Font: Hack Nerd Font
- Make the panel as simple as possible.
$ sudo apt-get update
$ sudo apt-get install -y curl zsh chromium-browser
$ chsh -s /usr/bin/zsh
$ export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ sudo dpkg-reconfigure locales
$ brew install gh
$ gh auth login
$ mkdir -p ~/src/github.com/tapih && cd $_
$ git clone https://github.com/tapih/dotfiles
$ cd dotfiles
$ ./install.sh
$ sudo sh -c "cat << EOF > /etc/wsl.conf
[boot]
systemd=true
localhostForwarding=true
[wsl2]
memory=24GB
processors=8
[interop]
appendWindowsPath = true
EOF"
Install Docker with the official document.