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

https://github.com/technetium1/dotfiles

Dotfiles
https://github.com/technetium1/dotfiles

dotfile dotfiles dotfiles-linux

Last synced: 4 months ago
JSON representation

Dotfiles

Awesome Lists containing this project

README

          

# dotfiles
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FTechnetium1%2Fdotfiles&count_bg=%2324CC11&title_bg=%23000000&icon=&icon_color=%23E7E7E7&title=Hits&edge_flat=false)](https://hits.seeyoufarm.com)

---

**.bash_aliases**
```bash
curl -SsL -o ~/.bash_aliases https://github.com/Technetium1/dotfiles/raw/master/.bash_aliases && chmod 644 ~/.bash_aliases && source ~/.bash_aliases
```

---

**.vimrc**
```bash
curl -SsL -o ~/.vimrc https://github.com/Technetium1/dotfiles/raw/master/.vimrc && chmod 644 ~/.vimrc
```

---

**.eslintrc**
```bash
curl -SsL -o ~/.eslintrc https://github.com/Technetium1/dotfiles/raw/master/.eslintrc && chmod 644 ~/.eslintrc
```

---

![](https://i.imgur.com/lnnfyM5.gif)