|
||
---|---|---|
home | ||
.gitignore | ||
.homesick_subdir | ||
README.md |
README.md
cpence's dotfiles
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.
Installation
To use these on a new system, you need to:
Install fish
yay -S fish
sudo chsh -s /usr/bin/fish <username>
Install rbenv and Ruby
pacman -S ruby
yay -S rbenv ruby-build
rbenv install 3.latest
rbenv default 3.latest
Install Homesick and link
gem install homesick
homesick clone git@codeberg.org:cpence/dotfiles.git dotfiles
homesick link dotfiles
License
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.