.dotfiles NoteMy config files (aka dotfiles), they might be useful for someone else. Installation cd $HOME git clone [email protected]:peterhellberg/dotfiles.git .dotfiles # Symlink Scripts in ~/.local/bin clear-go #!/bin/sh clear && go $* clear-gotest #!/bin/sh clear && gotest $* clear-zig #!/bin/sh clear && zig $*