qqpann / dotfiles

curl https://qpan.dev/init.sh | zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Quick start

# install zsh beforehand.
curl https://qpan.dev/init.sh | zsh

Manual installation

  • VSCode
  • iTerms
  • GitHub Desktop
  • Homebrew (macOS)

Homebrew bundle management

# Install
brew bundle install
# Update Brewfile
brew bundle dump --force

iTerms theme setup

  • General > Window > Uncheck "Native full screen windows"
  • Profiles > Window
    • Style: set to "Full Screen"
    • Screen: set to "Screen with cursor"
    • Space: set to "All spaces"

Profiles can also be imported/exported as JSON.

VSCode config

VSCode does not have a proper default for press & hold behavior, making vim mode hard to use.

defaults read com.microsoft.VSCode ApplePressAndHoldEnabled
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false

Set it to false to use press & hold in vim mode to move around.

About

curl https://qpan.dev/init.sh | zsh

License:MIT License


Languages

Language:Shell 77.1%Language:Vim Script 19.6%Language:Ruby 3.4%