I hereby claim:
- I am cnak on github.
- I am c_nak (https://keybase.io/c_nak) on keybase.
- I have a public key ASBgcwCxg8C5yEjh1jJpVbvtGiSIsqrCKRbnPcxe5qj9Qgo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
echo ==================================== | |
echo "Pulling the latest branches" | |
git pull | |
echo "\n" | |
for branch in `git branch -r | grep -v HEAD`; do \ | |
echo -e `git show -s --format="%cr %an" $branch | head -n 1` \\t$branch; \ | |
done | \ |
# cat << EOF > /dev/null | |
# https://github.com/gpakosz/.tmux | |
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, | |
# without any warranty. | |
# Copyright 2012— Gregory Pakosz (@gpakosz). | |
# /!\ do not edit this file | |
# instead, override settings in ~/.tmux.conf.local, see README.md | |
# -- general ------------------------------------------------------------------- |
{ | |
"vim.disableAnnoyingNeovimMessage": true, | |
"window.zoomLevel": 0, | |
"openCorrespondingFile.extensionList": [ | |
".ts", | |
".html" | |
], | |
"editor.tabSize": 4, | |
"workbench.panel.location": "bottom", | |
"workbench.editor.enablePreview": true, |
I hereby claim:
To claim this, I am signing this object:
:profile start profile.log | |
:profile func * | |
:profile file * | |
" At this point do slow actions | |
:profile pause | |
:noautocmd qall! |