Skip to content

MaeBrooks/config

Repository files navigation

Config Files For Mae!

Requirements

  • guix

Debian based

sudo apt-get install -y guix && \
guix pull && guix package -u && \
. $HOME/.guix-profile/etc/profile

Setup

Step 1 - Updating Your .profile

This line is needed to source the guix profile on startup

. $HOME/.guix-profile/etc/profile

If you also want to remap caps lock to ctrl as well, consider also adding:

setxkbmap -option ctrl:nocaps

Step 2 - Install guix packages

Ensure the guix profile is in your path

. $HOME/.guix-profile/etc/profile

And for every package in: .guix-packages run:

guix package -i $(cat .guix-packages | tr '\n' ' ')

This should take a moment

Step 4 - All Done!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published