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

https://github.com/mrmlnc/dotfiles


https://github.com/mrmlnc/dotfiles

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

Just my dotfiles.

## Installation

### macOS

```shell
git clone https://github.com/mrmlnc/dotfiles ~/.dotfiles
cd ~/.dotfiles/macos
bash setup.sh
```

### Windows

```powershell
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

# Use git or download button on GitHub
git clone https://github.com/mrmlnc/dotfiles ~\.dotfiles
cd ~\.dotfiles\windows
setup.ps1
```

## Thanks

* [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)
* [anton-rudeshko/configs](https://github.com/anton-rudeshko/configs)
* [riobard/bash-powerline](https://github.com/riobard/bash-powerline)