Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Installation

gitluin edited this page Mar 5, 2020 · 19 revisions
  1. Make sure Xlib is installed. This is typically done by installing xorg or xlib related packages on your platform:
    • FreeBSD: pkg install xorg
    • Debian: apt-get install xorg-server-source
    • Fedora: yum install xorg-x11-server-devel
    • Arch: pacman -S libx11 libxft libxinerama

If you want dmenu/st/firefox/vifm key commands, obviously you need to install those too, or change the config file to match your system. 2. Go to some directory and clone this repository git clone github.com/gitluin/sara 3. cd sara 4. Edit config.h to your needs 5. sudo make install clean 6. In your ~/.xinitrc, add exec sara at the end 7. If it's not there already, make .bash_profile or your relevant equivalent end with a call to startx, which will load .xinitrc

Clone this wiki locally