1
1
Fork 0
A collection of my personal dotfiles, to be managed with homesick (or similar).
 
 
 
 
 
 
Go to file
Charles Pence 65e89a487d
[fish] Force QT things to run in Wayland mode.
2023-11-29 10:03:52 +01:00
home [fish] Force QT things to run in Wayland mode. 2023-11-29 10:03:52 +01:00
.gitignore [emacs] Take the last few things into cache. 2023-05-14 09:10:18 +02:00
.homesick_subdir [GTK] Add new theme. 2023-03-27 07:32:52 +02:00
README.md Update README. 2023-03-08 22:24:25 +01:00

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
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.