nvim lsp improvements, changed back to alacritty and added tmux sessionizer

This commit is contained in:
Tiago Sousa 2024-01-30 23:16:02 +00:00
parent 6eeb393859
commit 184e72e8af
18 changed files with 71 additions and 3745 deletions

7
.local/share/scripts/wgetbb.sh Executable file
View 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"