https://github.com/krake747/dotfiles
Dotfiles
https://github.com/krake747/dotfiles
Last synced: 5 months ago
JSON representation
Dotfiles
- Host: GitHub
- URL: https://github.com/krake747/dotfiles
- Owner: krake747
- License: mit
- Created: 2025-02-01T17:01:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:31:55.000Z (over 1 year ago)
- Last Synced: 2025-02-01T18:19:57.931Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My configuration files for bash, powershell, vs code and so forth.
## Setup
The intention is to be able to run a setup script after cloning the repo on Windows or Ubuntu (WSL) system and be up
and running very quickly.
```bash
chmod +x ~/dotfiles/setup.sh
~/.dotfiles/setup.sh
```