lictw / rabbitinspace-dotfiles

Yay, that's my dotfiles!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

TerminalShellEditorPromptWMBarLauncher

1.png


I use Void Linux at the moment and abyss to bootstrap it on my hardware.

Requirements

  • Void Linux
  • Fish Shell
  • Git + LFS

Installation

There's a script which is supposed to setup a newly installed Void Linux distribution:

git clone git@github.com:rabbitinspace/dotfiles.git .dotfiles
cd .dotfiles && bootstrap/main.fish

Then reboot.

Rootless Xorg

To prevent Xorg from running as the root user, it needs to be built from sources with elogind support:

git clone --depth 1 --single-branch git@github.com:void-linux/void-packages.git
cd void-packages
./xbps-src binary-bootstrap
./xbps-src pkg xorg-server -o elogind
sudo xbps-install --force --repository hostdir/binpkgs xorg-server
sudo sed 's/yes/no/' -i /etc/X11/Xwrapper.config

About

Yay, that's my dotfiles!

License:MIT License


Languages

Language:Vim Script 70.7%Language:Shell 17.6%Language:Emacs Lisp 11.7%