# Chanage directories to /tmp
cd /tmp
# Download the Generic Cloud image from the distro downloads
wget https://Link_to_Generic_Cloud_image.com
# Validate the file is a QEMU QCOW2 image.
file ./Generic_Cloud_Image.qcow2
# Set this to your Proxmox host name; it's case sensitive! Check with `pvesh ls /nodes`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
black = '#282828'; | |
red = '#cc241d'; // red | |
green = '#98971a'; // green | |
yellow = '#d79921'; // yellow | |
blue = '#458588'; // blue | |
magenta = '#b16286'; // pink | |
cyan = '#689d6a'; // cyan | |
white = '#a89984'; // light gray | |
lightBlack = '#928374'; // medium gray | |
lightRed = '#fb4934'; // red |
First, you want to make sure that your upstream is setup. Here origin
is your fork and upstream
is the forked repo.
$ git remote -v
origin https://github.com/YakDriver/watchmaker.git (fetch)
origin https://github.com/YakDriver/watchmaker.git (push)
upstream https://github.com/plus3it/watchmaker.git (fetch)
upstream https://github.com/plus3it/watchmaker.git (push)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"backcolor": "#adadad", | |
"name": "Sofle RGB - eXsoR Layout", | |
"author": "eXsoR", | |
"switchMount": "cherry", | |
"switchBrand": "gateron", | |
"switchType": "KS-3-Yellow", | |
"plate": true | |
}, |