dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

e (139B)


      1 #!/usr/bin/bash
      2 
      3 source "$HOME"/.bash_guix_profile
      4 "$HOME/.guix-profile/bin/emacsclient" "-c" "$@" || "$HOME/.guix-profile/bin/emacs" "$@"