dotfiles
dotfiles copied to clipboard
My config files (aka dotfiles)
.dotfiles
My config files (aka dotfiles), they might be useful for someone else.
Installation
cd $HOME
git clone [email protected]:peterhellberg/dotfiles.git .dotfiles
ln -s .dotfiles/.??* -t .
unlink .git
Vim
The Vim configuration require vim-plug to be installed.
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Software
- iTerm2 from https://iterm2.com/downloads.html
- Firefox Developer Edition from https://www.mozilla.org/en-US/firefox/developer/
- Docker from https://docs.docker.com/docker-for-mac
- Homebrew from https://brew.sh
brew install git vim go bash coreutils gnupg pinentry-mac pngcrush wget jq tig docker-compose
- vim-plug from https://github.com/junegunn/vim-plug
- spy from https://github.com/jpillora/spy
- gotest from https://github.com/rakyll/gotest
- skitch from https://gist.github.com/peterhellberg/e987022aa88aea216c26f8cd5f12b3dc
- gocov from https://github.com/axw/gocov
- pt from https://github.com/monochromegane/the_platinum_searcher
clear scripts in /opt/local/bin
clear-go
#!/bin/sh
clear && go $*
clear-gotest
#!/bin/sh
clear && gotest $*
clear-go-run-imgcat
#!/bin/sh
clear && go run . && imgcat $*