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

https://github.com/basokant/dotfiles

my configuration files and personal scripts
https://github.com/basokant/dotfiles

Last synced: 10 months ago
JSON representation

my configuration files and personal scripts

Awesome Lists containing this project

README

          

# dotfiles

This directory contains the dotfiles configuration and personal shell scripts for my system

## Requirements

Ensure you have the following installed on your system

### Homebrew

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

### Git

```
brew install git
```

### Stow

```
brew install stow
```

## Installation

First, check out the dotfiles repo in your `$HOME` directory using git

```
git clone git@github.com/dreamsofautonomy/dotfiles.git
cd dotfiles
```

then use GNU stow to create symlinks

```
stow .
```