https://github.com/zbejas/dotfiles
My personal dotfiles and install script
https://github.com/zbejas/dotfiles
dotfiles dotfiles-linux
Last synced: about 1 month ago
JSON representation
My personal dotfiles and install script
- Host: GitHub
- URL: https://github.com/zbejas/dotfiles
- Owner: zbejas
- License: mit
- Created: 2024-05-16T13:11:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-05T20:31:52.000Z (7 months ago)
- Last Synced: 2025-11-05T21:29:18.055Z (7 months ago)
- Topics: dotfiles, dotfiles-linux
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Dotfiles
This repository contains my personal dotfiles that I use to customize my console experience and other settings.
**WARNING:** The install script adds my ssh key to your authorized keys. It does ask for confirmation before doing so, but please be aware of this.
## Installation
Run the following command in your terminal:
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/zbejas/dotfiles/master/install.sh)"
```