Skip to content

mayone/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

  • Shell: Zsh + Zinit + Powerlevel10k
  • Terminal: iTerm (for macOS) + tmux
  • Editor: Vim, VSCode

Install

./install.sh

Install (excluding devtools)

NO_DEV=1 ./install.sh
Post Install Setup
  • zsh use p10k theme
    • Open iTerm2 and type p10k configure to
      1. Download MesloLGS NF
      2. Configure prompt style
Optional Post Install Steps
  1. iTerm2

    • If zsh is installed by Homebrew
      • Set Custom Shell to /opt/homebrew/bin/zsh on startup in iTerm2 settings
    • Use different iTerm2-Color-Schemes
      • Clone the repo, double-click the scheme to import
    • Option + Left/Right Arrow Keys to move cursor by word
      • Go to: Preferences → Profiles → Keys → Key Mappings
        • Keyboard Shortcut:
          • ⌥← (Option+Left Arrow)
          • ⌥→ (Option+Right Arrow)
        • Action: Send Escape Sequence
        • ESC+:
          • b for backward
          • f for forward
    • Configure Status Bar
      • Go to: Preferences → Profiles → Session
        • Enable status bar and configure
  2. VSCode

Update

./update.sh

Uninstall

./uninstall.sh

Exception Handling

Cannot choose prompt style in p10k configure

  • Make sure Terminal
    • Use Powerline glyphs
    • Use xterm-256color

Powerline Font not installed after p10k configure


References

dotfiles

zsh

vim

tmux

Releases

No releases published

Packages

No packages published