Skip to content
Jason Hempstead edited this page Aug 21, 2020 · 1 revision

xfce4

Xfce is a lightweight and modular desktop environment

requires:
apt: apt install xfce4
yum: yum install xfce4
pacman: pacman -S xfce4

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/xfce4/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/xfce4" "$HOME/.config/xfce4.bak"
git clone https://github.com/casjay-dotfiles/xfce4 "$HOME/.config/xfce4"

xfce4 wiki | xfce4 site

Clone this wiki locally