|
4 days ago | |
---|---|---|
home | 4 days ago | |
.gitignore | 1 year ago | |
.homesick_subdir | 1 month ago | |
README.md | 2 weeks ago |
This is a standard enough collection of my dotfiles. Who knows what'll be in here, as I rework my own setup pretty regularly, but you might find something of use.
To use these on a new system, you need to:
Arch:
pacman -S ruby
yay -S rbenv ruby-build
rbenv install 2.x.latest
rbenv default 2.x.latest
OS X:
# install Homebrew first
brew install ruby rbenv ruby-build
rbenv install 2.x.latest
rbenv default 2.x.latest
Arch:
yay -S oh-my-zsh-git
OS X:
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
gem install homesick
homesick clone git@codeberg.org:cpence/dotfiles.git dotfiles
homesick link dotfiles
Everything in these dotfiles that's my own contribution (i.e., not mentioned in the particular file as written by someone else) is released into the public domain, under Creative Commons CC0.