This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
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
# | |
# scopehal apps, including glscopeclient and optionally ngscopeclient | |
# | |
# vim: et:ts=2:sw=2: | |
# | |
{ pkgs, lib, cmake, pkg-config, patchelf, ... }: | |
let | |
ffts = (pkgs.callPackage ./ffts.nix { }); | |
vulkan-sdk = (pkgs.callPackage ./vulkan-sdk.nix { }); | |
in |
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
#!/bin/sh | |
# Execute Windows programs with Proton from Steams installation folder, without | |
# starting Steam client. | |
# | |
# 1. Create a directory for Proton environment to run in. As an example make a | |
# folder "proton" in your home directory. This folder must exist in order | |
# to make Proton work. | |
# | |
# 2. Point the variable "env_dir" in this script to that folder or... |
In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.
In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.
Create a new branch in your repo by using git checkout --orphan assets