add old awesome config, add sway, i3statusrs, zathura, mako, neomutt

This commit is contained in:
Grigory Shipunov 2022-06-14 21:17:47 +02:00
parent 1798d6f536
commit cbcc20d616
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
26 changed files with 1207 additions and 19 deletions

6
bash/.bashrc.d/path.sh Normal file
View file

@ -0,0 +1,6 @@
# add cargo to PATH
if ! [[ "$PATH" =~ "$HOME/.cargo/bin:" ]]
then
PATH="$HOME/.cargo/bin:$PATH"
fi
export PATH