Skip to content

nsulmol/regolith-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Regolith Install: Regolith website

Copy-pasted from there:

  1. Register the Regolith public key to your local apt:
    wget -qO - https://regolith-desktop.org/regolith.key | \
        gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null
        
  2. Add the repository URL to your local apt:
    echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \
        https://regolith-desktop.org/release-debian-bullseye-amd64 bullseye main" | \
        sudo tee /etc/apt/sources.list.d/regolith.list
        
  1. Update apt and install Regolith
    sudo apt update
    sudo apt install -y regolith-desktop regolith-compositor-picom-glx
    sudo apt upgrade
        
  1. System Restart (you should now be able to choose Regolith in the ‘gear’ box on the bottom right, during login).
  2. Install status indicators:
    sudo apt install -y i3xrocks-focused-window-name i3xrocks-rofication i3xrocks-info i3xrocks-app-launcher i3xrocks-memory i3xrocks-battery i3xrocks-time
        
  3. Install theme
    sudo apt-get install -y regolith-look-gruvbox
        
  4. Set configuration
    mkdir -p ~/.config/regolith2/i3/config.d
    ln -s ~/Code/personal/regolith-config/Xresources ~/.config/regolith2/Xresources
    ln -s ~/Code/personal/regolith-config/100_user_config ~/.config/regolith2/i3/config.d/100_user_config
        

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published