Skip to content

phil303/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone [email protected]:phil303/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# setup dev environment
./install.py

Oh-My-Zsh (just a git submodule)

git submodule update --init --recursive
chsh -s /bin/zsh

Python VirtualEnv

python3 -m venv ~/.virtualenvs/<name>

# to activate
. ~/.virtualenvs/<name>/bin/activate

Notes

iTerm

If colors don't look right with iTerm on new install, uncheck "Draw bold text in bright colors" in the Profiles tab of iTerm.

Zsh

To check shell start up times:

for i in $(seq 1 10); do /usr/bin/time $SHELL -i -c exit; done

To see the order things are executed, use the zsh -xv command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published