Skip to content

tapih/dotfiles

Repository files navigation

dotfiles

Windows

Install with winget

  • Enpass
  • PowerToys
  • VSCode
  • Slack
  • Notion
  • AutoHotKey v2

Install from GitHub

Taskbar

  • Update Taskbar not to show default icons.

Input

Appearance

  • 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.

WSL

  • Install WSL2 with wsl --install.
  • Windows Terminal
    • Theme: Dark
    • Console: One Half Dark
    • Font: Hack Nerd Font

Edge

  • Make the panel as simple as possible.

WSL2

$ 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.