[MINOR] Some small updates to dotfiles , getting ready for arch-config

This commit is contained in:
Afonso Franco 2023-01-29 02:08:14 +00:00
parent 11a280281c
commit 4eb3a06af1
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
11 changed files with 65 additions and 30 deletions

3
scripts/projects Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
selected=$(ls ~/projects/ | rofi -dmenu -p "Open: ")
alacritty -e fish -c "cd ~/projects/$selected && nvim . && fish"