https://github.com/quexten/dotfiles
My dotfiles.
https://github.com/quexten/dotfiles
Last synced: 3 months ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/quexten/dotfiles
- Owner: quexten
- Created: 2018-12-27T01:47:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T03:07:51.000Z (over 6 years ago)
- Last Synced: 2025-02-06T04:51:29.271Z (4 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quexten's Dotfiles
* **WM** i3-gaps
* **Compositor** Compton-Blur
* **Bar** Polybar
* **Launcher** Rofi
* **Shell** oh-my-zsh
* **Terminal** Konsole
* **Browser** Chromium-VAAPI# Installation
```
git clone https://github.com/quexten/dotfiles.git
```## Auto updating
I made a websocket endpoint available publishing a message every time this repo gets updated.
Automatically pull the changes like this:### Using websocat
```
websocat - autoreconnect:ws://node-red-quexlabs.herokuapp.com/ws/github/dotfiles | while read -r line; do cd ~/dotfiles; git pull; done
```