https://github.com/turtleexception/dotfiles
My personal bash dotfiles
https://github.com/turtleexception/dotfiles
Last synced: about 2 months ago
JSON representation
My personal bash dotfiles
- Host: GitHub
- URL: https://github.com/turtleexception/dotfiles
- Owner: TurtleException
- License: mit
- Created: 2024-02-13T06:04:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T11:04:35.000Z (over 1 year ago)
- Last Synced: 2025-02-19T12:22:37.822Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
This directory contains my commonly used dotfiles - including aliases, bash configuration and all that CLI sugar.
### Install
```bash
git clone https://github.com/TurtleException/dotfiles ~/.dotfiles && bash ~/.dotfiles/install.sh
```
or you can use the convenience-script:
```bash
curl -fsSL https://dotfiles.turtleboi.de | bash
```