Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.52 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.52 KB

Dotfiles

This folder contains scripts to set up my Qtile environment on Void Linux.

I use Alacritty as my terminal emulator, Fish for my shell, Helix for my editor, and Zellij for multitasking, so most of the config is for those tools. Everything else is for tools I use frequently enough to want already installed everywhere.

Install

I use chezmoi to manage my dotfiles, and I have a bootstrap script that runs a full setup on new machines. After making sure you have sh, git, and curl installed, just run:

curl -sSfL bootstrap.sammohr.dev | sh

Post-Install

If you want file syncronization with pCloud, you should install the app from their site.

You can set an autologin username for the emptty login manager in the system-wide config as shown in its README. This only works if you add $USER to the group nopasswdlogin:

sudo groupadd nopasswdlogin
sudo usermod -a -G nopasswdlogin $USER