Skip to content

Commit

Permalink
feat: add install script
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 6, 2024
1 parent 3fbe3be commit e06580c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ These are my dotfiles.
## Installation

```bash
git clone https://github.com/YasminTeles/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow --dotfiles git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/YasminTeles/dotfiles/HEAD/install.sh)"
```

## License
Expand Down
13 changes: 13 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

echo "[1/2] Creating the Projects folder..."
mkdir ~/Projects

echo "[2/2] Setting up dotfiles..."
git clone https://github.com/YasminTeles/dotfiles.git ~/.dotfiles

cd ~/.dotfiles
stow --dotfiles git

echo "Success Everythings is ready!"
echo "Have a nice day!"

0 comments on commit e06580c

Please sign in to comment.