Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waseem-polus/dotfiles

Configs for my personal development environment
https://github.com/waseem-polus/dotfiles

dotfiles

Last synced: about 12 hours ago
JSON representation

Configs for my personal development environment

Awesome Lists containing this project

README

        

clone this repo in your home directory with
```bash
git clone --recurse-submodules https://github.com/waseem-polus/dotfiles.git ~/.dotfiles
```

install tools and packages with
```bash
source ~/.dotfiles/install-tools.sh
```

create symbolic links
```bash
source ~/.dotfiles/symlink.sh
```