Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 519 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 519 Bytes

xfce-laptop-config

The repository holds the configuration for my xfce laptop to ease reinstallation

Installation

Run this command :

curl -s https://raw.githubusercontent.com/fullbright/xfce-laptop-config/master/install_tools.sh | sudo -u $USER bash

If you want to keep a trace of everything that the application did, you can run this command :

    curl -s https://raw.githubusercontent.com/fullbright/xfce-laptop-config/master/install_tools.sh | sudo -u $USER bash > ~/xfce-laptop-config.log 2>&1