.files
https://github.com/Anthony25/gnome-terminal-colors-solarized
sudo dnf copr -y enable mschuwalow/alacritty sudo dnf -y install alacritty
https://github.com/lcpz/awesome-copycats
systemctl --user enable emacs.service
systemctl --user start emacs.service
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
sudo dnf install emacs
$ curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh > install.sh $ sh ./install.sh
$ cd ~/.vim/bundle $ git clone git://github.com/altercation/vim-colors-solarized.git
$ cd ~/.vim/bundle/YouCompleteMe $ ./install.sh --clang-completer
git config --add alias.pr '!f() { git fetch -fu ${2:-origin} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f'
git config --add alias.pr-clean '!git checkout master ; git for-each-ref refs/heads/pr/* --format="%(refname)" | while read ref ; do branch=${ref#refs/heads/} ; git branch -D $branch ; done'