Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 509 Bytes

File metadata and controls

35 lines (25 loc) · 509 Bytes

.dotfiles

Note

My config files (aka dotfiles), they might be useful for someone else.

Installation

cd $HOME
git clone git@github.com:peterhellberg/dotfiles.git .dotfiles
# Symlink

Scripts in ~/.local/bin

#!/bin/sh

clear && go $*
#!/bin/sh

clear && gotest $*
#!/bin/sh

clear && zig $*