update with screenshots key binds

This commit is contained in:
Antoine Phan
2024-01-17 23:56:58 -05:00
parent ee90d9cc27
commit f32722e976
3 changed files with 15 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ echo "instruction: ./add-dotfiles.sh <config_folder_name>"
config=$1
mkdir .config/$config
cp -r $CONFIG/$config ./.config/$config
cp -r $CONFIG/$config/* ./.config/$config/
echo "Copied $CONFIG/$config to .config folder"
echo $config >> listofconfigs.md