Adding i3, hypr, neofetch config. Adding automatic bash script to make a copy/update these dotfiles
This commit is contained in:
10
add-dotfiles.sh
Normal file
10
add-dotfiles.sh
Normal 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
|
||||
Reference in New Issue
Block a user