An open API service indexing awesome lists of open source software.

https://github.com/rotemhoresh/dotfiles


https://github.com/rotemhoresh/dotfiles

bashrc-configs config dotfiles git-config nvim-config oh-my-posh

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

The `.dotfiles` directory for my system.

## Requirements

Ensure you have the following installed on your system:

### Git

```bash
sudo apt install git
```

### Stow

[GNU Stow](https://www.gnu.org/software/stow)

```bash
sudo apt install stow
```

## Installation

Clone this repositpry to your `~` (`$HOME`) directory:

```bash
cd ~
git clone [email protected]:rotemhoresh/dotfiles.git .dotfiles
```

Then use Stow to create the symlinks:

```bash
cd ~/.dotfiles && stow .
```