Adding i3, hypr, neofetch config. Adding automatic bash script to make a copy/update these dotfiles

This commit is contained in:
Antoine Phan
2024-01-14 13:31:19 -05:00
parent 89031cbb19
commit 1f921705c8
8 changed files with 1356 additions and 1 deletions

10
add-dotfiles.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
CONFIG=$HOME/.config
echo "instruction: ./add-dotfiles.sh <config_folder_name>"
config=$1
cp -r $CONFIG/$config ./.config/
echo "Copied $CONFIG/$config to .config folder"
echo $config >> listofconfigs.md