nvim lsp improvements, changed back to alacritty and added tmux sessionizer
This commit is contained in:
parent
6eeb393859
commit
184e72e8af
18 changed files with 71 additions and 3745 deletions
7
.local/share/scripts/wgetbb.sh
Executable file
7
.local/share/scripts/wgetbb.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
creds=~/.bb-creds
|
||||
username=$(awk -F '=' '/username/ {print $2}' $creds)
|
||||
password=$(awk -F '=' '/password/ {print $2}' $creds)
|
||||
|
||||
wget --user="$username" --password="$password" "$1"
|
Loading…
Add table
Add a link
Reference in a new issue