https://github.com/technetium1/dotfiles
Dotfiles
https://github.com/technetium1/dotfiles
dotfile dotfiles dotfiles-linux
Last synced: 4 months ago
JSON representation
Dotfiles
- Host: GitHub
- URL: https://github.com/technetium1/dotfiles
- Owner: Technetium1
- License: unlicense
- Created: 2020-03-11T23:27:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T19:28:35.000Z (over 1 year ago)
- Last Synced: 2025-04-12T05:10:26.574Z (about 1 year ago)
- Topics: dotfile, dotfiles, dotfiles-linux
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
[](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
```
---
