this repo is for storing my config files.
chezmoi
is used to manage the copying and linking of dotfiles.
with chezmoi
installed:
# initialize
$ chezmoi init https://github.com/covercash2/dotfiles.git
# apply
$ chezmoi apply
# both at once
$ chezmoi init --apply --verbose https://github.com/covercash2/dotfiles.git
# update
$ chezmoi update
these files are not copied directly by chezmoi, since it only works with user privileges.
sshd_config
: basically just configure pubkey auth onlyxorg.conf/30-ds4.conf
: disable DualShock 4 touchpad
this is just a set of conventions that i use
to provide wrappers and convenience functions.
the nuenv
directory is added to the NU_LIBS_DIR
,
which allows me to summon nushell
overlays easily:
overlay use git.nu