Skip to content
Snippets Groups Projects
Select Git revision
  • a0f8d1ecf60c9642b082bf6734c274cafc5cddb2
  • master default protected
2 results

init.sh

Blame
  • init.sh 123 B
    if [[ $(id -u) -ne 0 ]] ; then echo "Please run as root" ; exit 1 ; fi
    apt install numlockx
    cp config ~/.config/i3/config