From be434c74a8bf48152ba5702a2ac348e7afff2748 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Tue, 15 Oct 2019 11:20:18 -0400 Subject: [PATCH] Update .gitignore, other files / formatting --- .gitignore | 49 ++++++++++++++++++ .../__pycache__/kapp.cpython-37.pyc | Bin 1047 -> 0 bytes tmux/.tmux.conf | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) delete mode 100644 plshell/.config/powerline-shell/__pycache__/kapp.cpython-37.pyc diff --git a/.gitignore b/.gitignore index a989233..f8290a2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,53 @@ vscode/.config/Code - OSS/machineid vscode/.config/Code - OSS/storage.json vscode/.config/Code - OSS/User/*Storage/* +# Byte-compiled / optimized / DLL files +*__pycache__/ +*.py[cod] +# C extensions +*.so + +# Distribution / packaging +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +docs/_build/ diff --git a/plshell/.config/powerline-shell/__pycache__/kapp.cpython-37.pyc b/plshell/.config/powerline-shell/__pycache__/kapp.cpython-37.pyc deleted file mode 100644 index 99d7d620c1394445610205cd21a564294ab460d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1047 zcmZWoOK;jh5ME;l1WZC6eYdIG8&U)5p|>cC!RApB+p-B!R;pHr-2_yFsT~xh*S2c^ zO8*kqUdmtSsWa<@5_PSa{l58TXLjv%tys(x7>D1#efXUw^I@7LY~C%3L$WMSm7t)x#i+1{k~>3V>s<_y;&asKN;> zR;bETG|g3-;c2=CILk9M$JgjO@I2rGXd28#o~0XrH^EAfx5aaG8}JU;F62IdoQDv9 z#MkL#n4gGk`c&-DXApl5`~}a`J;-|rrt<=Q#WmP?ah{P|{d`dC$D@IMH56l^Uk^uv zp&m|x8+{gwSRdeNVtq8x5BA@_)1&_6Qbc&5#U{EOx)iv^LIzdj1#}zevf%9U>v@i` zNq;ODo97uDhkOj$?=mN6a<7^8(#-|}qZ#A1!+3aK?|X{mUQ(`67Tv>d;? z%v};tc3Tcq@Lj9kHag5~`)9Rw!0O+A!Lk z74?>ay5aY1R&N=0)ADigJ&t-0ws8uFx9pzOS2^m&na^C$X+VA4)IE-`sM}7yK>}*c zpCl^52bJ#6o9Zwei|WVzbSk21We`p-MwiuTcrBt}G!gspPy~ULE7O|@?}Y{yAA!p$ z>EubljP^fURqpWZENj_imF_K@G1;slZ*W}U$$uE(wUo*KcAcOt5azkV diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e7f1934..cf38d3c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -53,7 +53,7 @@ set -g status-right-length 150 # Note: Powerline font requires alternate of bold on right side # Corrects gap on right of character that reveals BG color #+ Font: Powerline Consolas -set -g status-right "#[fg=colour235,bg=colour233,bold]#[fg=colour240,bg=colour235, nobold] %H:%M:%S #[fg=colour240,bg=colour235,bold]#[fg=colour233,bg=colour240,nobold] %d-%b-%y #[fg=colour100,bg=colour240,bold]#[fg=colour233,bg=colour100,bold] #H " +set -g status-right "#[fg=colour235,bg=colour233,bold]#[fg=colour240,bg=colour235,nobold] %H:%M:%S #[fg=colour240,bg=colour235,bold]#[fg=colour233,bg=colour240,nobold] %d-%b-%y #[fg=colour100,bg=colour240,bold]#[fg=colour233,bg=colour100,bold] #H " # Simple Git #set -g status-right "#[fg=colour235,bg=colour233] #{simple_git_status} #[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour100,bg=colour240]#[fg=colour233,bg=colour100,bold] #H "