Repo to centralize various config files across work and home linux machines.
In the "home" directory are files meant to live in the $HOME directory. These can be symlinked to their intended location by running setup.sh
In addition to the symlinks generated by the setup script, here are some other steps that require a bit more user-touch to configure
- Remove the login failure delay: Append "nodelay" to the line similar to the following:
# /etc/pam.d/common-auth
auth [success=2 default=ignore] pam_unix.so nullok