Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,10 @@ and if you have tmuxifier installed, you can uncomment the tmuxifier line in the

## Installation

To use this repository, simply clone it to your local machine.
To use this repository, simply clone it and install the dotfiles with a single command.

```bash
git clone https://github.com/codeopshq/dotfiles.git
```

Once cloned, navigate to the desired directory.

```bash
cd dotfiles
```

Run stow to install the dotfiles.

```bash
stow .
git clone https://github.com/codeopshq/dotfiles.git && stow -d dotfiles -t ~ .
```

You are now ready to use the dotfiles in your environment.
Expand Down