From 5e0613c3ed47948f63f60461abfc05744237e8b3 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Sun, 25 Oct 2020 18:51:29 +0530 Subject: [PATCH] ready for new release --- CHANGELOG.md | 2 +- README.md | 5 +++-- dotman.sh | 2 +- tools/install.sh | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 553f1a1..f488dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.3.0] - Oct , 2020 +## [0.3.0] - Oct 25, 2020 ### Changed - How changes are pulled, dotman no longer pulls from `master` branch, your default branch is automatically determined. By **[Prajeshpuri](https://github.com/Bhupesh-V/dotman/pull/18)** 🙌 diff --git a/README.md b/README.md index 9af7e00..464ecbd 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,11 @@ sh -c "$(http --download https://raw.githubusercontent.com/Bhupesh-v/dotman/mast > **dotman** is installed by default in `/home/username/dotman`, your `$HOME` directory. + Now run **`dotman`** for 1st time set-up. 1. Enter repository URL (without `.git`). -2. Enter folder name to where this repo be cloned (relative to `/home/username/`). +2. Specify folder you want to clone the dotfile repo to (relative to `/home/username/`). 3. Open up new terminal 🚀. ### Manually (you ok ?) @@ -98,7 +99,7 @@ Now run **`dotman`** for 1st time set-up. ``` 4. Run **dotman**. ```bash - ./dotman.sh + dotman.sh ``` ## Usage diff --git a/dotman.sh b/dotman.sh index f495489..7745c8e 100755 --- a/dotman.sh +++ b/dotman.sh @@ -98,7 +98,7 @@ add_env() { echo "export DOT_REPO=$1 DOT_DEST=$2" >> "$HOME"/.bashrc else echo "Couldn't export ${BOLD}DOT_REPO=$1${RESET} and ${BOLD}DOT_DEST=$2${RESET}" - echo "Consider exporting them manually". + echo "Consider exporting them manually." exit 1 fi printf "\n%s" "Configuration for SHELL: ${BOLD}$current_shell${RESET} has been updated." diff --git a/tools/install.sh b/tools/install.sh index 666a715..5e47b94 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -56,7 +56,7 @@ clone_dotman() { set_alias(){ if alias dotman > /dev/null 2>&1; then - printf "\n%s\n" "${BOLD}[✔️ ]dotman is already aliased${RESET}" + printf "\n%s\n" "${BOLD}[✔️ ] dotman is already aliased${RESET}" return fi