Skip to content

smores56/dotfiles

Repository files navigation

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

About

config file management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published