Skip to content

xudongzheng/dotfiles

Repository files navigation

I am Xudong Zheng and this repository contains my dotfiles. This isn't meant to be used directly but rather can provide inspiration for things to include in your own dotfiles.

You will find this particularly helpful if your setup is similar to mine. This includes:

  • Vim for text editing
  • Colemak keyboard layout
  • Git for version control
  • tmux for terminal multiplexing
  • Firefox for web browsing
  • Thunderbird for email

Environment Setup

git init dot
cd dot
git remote add origin https://github.com/xudongzheng/dotfiles.git
git fetch origin
git checkout xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
bash setup.sh
exit

Pulling Updates

cdot && s pull.sh

Releases

No releases published

Packages

No packages published