Skip to content

Commit

Permalink
Moved code to src directory. Planning on implementing unit tests at s…
Browse files Browse the repository at this point in the history
…ome point.
  • Loading branch information
Un1XX388 committed Mar 18, 2023
1 parent 1da6e1d commit 9c1f08a
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions environment_setup.sh → src/environment_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ else
mv $HOME/bash $BACK_UP_DIR

printf "Copying file(s) to '$HOME'...\n"
cp $PWD/.bashrc $HOME/
cp $PWD/.bash_profile $HOME/
cp $PWD/.* $HOME/

printf "Copying directory(ies) to '$HOME'...\n"
if [[ -d "$HOME/bash" ]]; then
Expand Down

0 comments on commit 9c1f08a

Please sign in to comment.