Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 743 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 743 Bytes

dotfiles

config files and scripts.

Setup

NOTE: The scripts may override your files; backup your files and read the code before running it.

Clone the repo and run the setup script:

git clone https://github.com/osamamragab/dotfiles.git
cd dotfiles
./setup

Use the sysinit script instead to install the packages and setup the dotfiles for a fresh Artix Linux install:

./sysinit

Post Install

pam_ssh

pam_ssh

add the following to /etc/pam.d/login

...
-auth        optional    pam_ssh.so    try_first_pass
...
-session     optional    pam_ssh.so

Homepage ArchWiki