https://github.com/theaxelander/dotfiles
https://github.com/theaxelander/dotfiles
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theaxelander/dotfiles
- Owner: TheAxelander
- License: mit
- Created: 2023-08-13T08:26:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T16:02:06.000Z (over 1 year ago)
- Last Synced: 2025-01-27T17:24:30.768Z (over 1 year ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
## Install
```bash
apt install git stow
git clone https://github.com/TheAxelander/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./bootstrap.sh
./bootstrap.sh 1 3 5 7 # passes selection dialog (e.g. for ansible)
```