◐ Shell
clean mode source ↗

GitHub - ryan953/dotFiles

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Testing in Ubuntu

$ docker build -t ubuntu-zsh .
$ docker run -it --rm -v $(pwd):/home/ryan953/dotFiles ubuntu-zsh

Then in the image run:

$ ~/dotFiles/bootstrap.sh; ~/dotFiles/install-zsh.sh && /bin/zsh

Install

$ bootstrap.sh && /bin/zsh

iTerm colors:

curl https://raw.githubusercontent.com/ryan953/dotFiles/main/iterm/ryan953.itermcolors > ~/Documents/ryan953.itermcolors

Then import via the iTerm Settings->Profile->Colors panel

Update Zinit

$ zinit self-update
$ zinit update --all