Skip to content

Commit

Permalink
ready for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Oct 25, 2020
1 parent 991ff98 commit 5e0613c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)** 🙌
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?)
Expand All @@ -98,7 +99,7 @@ Now run **`dotman`** for 1st time set-up.
```
4. Run **dotman**.
```bash
./dotman.sh
dotman.sh
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion dotman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e0613c

Please sign in to comment.