https://github.com/gbraad/dotfiles-downstream
Downstream of https://github.com/gbraad-dotfiles/upstream
https://github.com/gbraad/dotfiles-downstream
debian devenv dotfiles fedora i3 powerline shell stow termux tmux tomorrow-night vim zsh
Last synced: about 1 month ago
JSON representation
Downstream of https://github.com/gbraad-dotfiles/upstream
- Host: GitHub
- URL: https://github.com/gbraad/dotfiles-downstream
- Owner: gbraad
- Fork: true (gbraad-dotfiles/upstream)
- Created: 2025-02-14T05:05:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T11:39:43.000Z (about 1 month ago)
- Last Synced: 2025-03-17T12:40:51.663Z (about 1 month ago)
- Language: Python
- Homepage: https://dotfiles.gbraad.nl
- Size: 781 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
- jimsghstars - gbraad/dotfiles - Gerard Braad's dotfiles; using Git and Stow (Python)
README
Gerard Braad's dotfiles
=======================[](http://github.com/gbraad)
`using Git and Stow`
Do not use this directly, but take parts and learn from it. I share it because
I got frustrated about moving a tarball around (and being scared of losing
it). This eventually happened when my notebook got stolen... so, this is not
an ideal solution for you. Treat it as, "what you see is what it is"...This forms the basis of my [development environment](https://github.com/gbraad-devenv/) images.
Requirements
------------### CentOS/Fedora
```
$ dnf install git zsh stow
```### CentOS 8 (powerline-local)
```
$ dnf install epel-release python2
```### Debian/Ubuntu
```
$ apt-get install git zsh stow
```Installation
------------### Automated
```
$ curl -sSL https://raw.githubusercontent.com/gbraad/dotfiles/master/install.sh | sh
```### Manual
After setting up the requirements you can use GNU `stow` to install the dotfiles per application```
$ git clone https://github.com/gbraad/dotfiles.git .dotfiles --recursive
$ cd .dotfiles
$ ./install.sh # optional
$ stow zsh
```Compatibility
-------------* [Developer environment](https://github.com/gbraad-devenv) image
* Google Cloud Platform [cloud shell](https://console.cloud.google.com)
* Windows Subsystem for Linux (WSL2); Bash on Ubuntu on Windows (WSL1)
* Tested on: CentOS7+, Fedora 21+, and Ubuntu 14.04+
* GitPod
* Cygwin64
* Termux
* ...Authors
-------| [](http://gbraad.nl "Gerard Braad ") |
|---|
| [@gbraad](https://twitter.com/gbraad) |