knight0zh / dotfiles

My personal development and operation environtment settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This repo contains my personal macOS and Ubuntu Linux system dotfiles and settings.

macOS

  • For dotfiles, simplely run mac-install.sh to install all dotfiles, it will setup zsh+tmux+vim environment for Python/JS/C/C++;
  • For system settings, perform all the following checklist item.

System Preference

  • English as Default language
  • Dark Theme
  • Dock Size Small/Disable Magnification/Left Position/Genie effect/Double-click title bar to minimize
  • Finder enable TabBar+StatusBar+PathBar (View -> Show [TabBar|StatusBar|PathBar])
  • .ssh_config
  • Global Keyboard Shortcuts
    • control + space: Spotlight
    • option + space: Eudict
    • shift + space: Dehelper
    • command + space: Input Method
    • ABC - Extended
      • option+s: ß
      • option+u, with a/u/o: ä/ü/ö
  • Trackpad Gestures
    • Tap click
    • Secondary click
    • Three fingers drag
    • Three fingers tap
  • Additional System Fonts
  • Font rendering: defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO This is for VSCode

General

Development

Environment

Writing

Utils

Pro Optional

Entertainment

Ubuntu

see Ubuntu Linux.

License

changkun © MIT

About

My personal development and operation environtment settings.

License:MIT License


Languages

Language:Vim Script 72.4%Language:Shell 14.2%Language:Python 13.4%