Skip to content

svrj/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.9%
  • Vim Script 0.1%