Skip to content

JamieJQuinn/dotenv

Repository files navigation

dotenv

This repo contains my configs for

  • fish
  • neovim
  • kitty
  • tmux
  • i3

and a few miscellaneous scripts.

Tricks

ssh-agent

Enable ssh-agent (from https://wiki.archlinux.org/title/SSH_keys#SSH_agents):

  • in config.fish:
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket
  • on cmd line:
systemctl --user enable --now ssh-agent.service

syncthing

sudo pacman -S syncthing
systemctl --user enable --now syncthing.service

Improving GRUB LUKS speed

From https://wiki.archlinux.org/title/GRUB/Tips_and_tricks#Speeding_up_LUKS_decryption_in_GRUB

cryptsetup luksChangeKey --pbkdf-force-iterations 1000 /dev/sda3

Finding fonts

fc-list

About

Configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published