Skip to content

CharlesAdam/chezmoi-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chezmoi-config

Usage

  1. Install Chezmoi
  2. Install Git
  3. chezmoi init --apply https://github.com/CharlesAdam/chezmoi-config.git

SSH Configuration

Base Configuration

Keyring

Enable and start the agent

systemctl --user --now enable gcr-ssh-agent.socket

Follow Arch Linux Documentation

Generate keys with ssh-keygen command

ssh-keygen -t ed25519 -C "your_email@example.com"

and add to agent with

ssh-add ~/.ssh/<Private Key File Name>

or if you are using gnome Keyring you can persist it with

/usr/lib/seahorse/ssh-askpass <Private Key File>

Further documentation can be found at the github page

Notebook Configurations

Generic

Fingerprint

As described in the documentation to enroll

sudo fprintd-enroll $USER

Then to configure add

auth      sufficient pam_fprintd.so

at the top of the wanted /etc/pam.d/ file Ex: /etc/pam.d/sudo for sudo commands and /etc/pam.d/ly for ly login

Samsung Galaxy Book Pro 2

Display Brightness

To control your display brightness add the following boot parameter

i915.enable_dpcd_backlight=3

Ex: as described here systemd-boot file can be found at /boot/loader/entries/arch.conf

Fingerprint

Fprintd requires version> 1.94.5

Sound

In my case I had to install sof-firmware and alsa-ucm-conf in addition to pulse audio for the audio card recognition. Speakers should work out of box, however if it does not please refer to this great documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors