svrj / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

These are my dotfiles and installation helpers for Ubuntu (22.04)

Convenience script for when things are tuned

  • Starter script for fresh installs

curl | sh

Notes

  • Wayland is used by default in Ubuntu 22.04 instead of Xorg. To prevent this:
    sudo cp /etc/environment /etc/environment.back
    sudo cp /etc/gdm3/custom.conf /etc/gdm3/custom.conf.back
    
    sudo cp etc/gdm3/custom.conf /etc/gdm3/
    sudo cp etc/environment /etc/

Resources:

About


Languages

Language:Shell 99.9%Language:Vim Script 0.1%