This file contains hidden or 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": "#7cccd6", | |
"name": "MiniVan 40%", | |
"author": "Luke Scammell", | |
"switchMount": "cherry", | |
"switchBrand": "gateron", | |
"switchType": "KS-3-White", | |
"plate": true | |
}, |
This file contains hidden or 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 | |
# Copyright (C) 2009-2017 Three Nine Consulting | |
# Always good practice to update packages. However ask user if they would like to do so | |
# For explanation on how this works and why check out https://garywoodfine.com/use-pbcopy-on-ubuntu/ | |
read -p "Do you want to update your package repositories before proceeding ? " -n 1 -r | |
echo #adding new line | |
if [[ $REPLY =~ ^[Yy]$ ]] | |
then | |
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y | |
fi |
This file contains hidden or 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
:: use this file to run your own startup commands | |
:: use in front of the command to prevent printing the command | |
:: call "%GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd" | |
:: set "PATH=%CMDER_ROOT%\vendor\whatever;%PATH%" | |
:: LS 2017-09-12_17.35.11 | |
:: ====================== | |
:: Copied from %CMDER_ROOT%\vendor\init.bat |
This file contains hidden or 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
[ | |
{ | |
"name": "RedScarf III 84 (RS84)", | |
"author": "Luke Scammell ([email protected])", | |
"switchMount": "cherry", | |
"switchBrand": "gateron", | |
"switchType": "KS-3-White", | |
"plate": true | |
}, | |
[ |
This file contains hidden or 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/bash | |
# Install Nano Editor (with syntax highlighting) on MacOS without using Homebrew | |
# You can get the latest version number from https://www.nano-editor.org | |
# Instructions: | |
# - First off, download this Bash script from the browser & make it executable: | |
# $ chmod +x install_nano_on_macos_without_homebrew.sh | |
# - If you have "wget" installed (you most likely do), just run the script with: | |
# $ ./install_nano_on_macos_without_homebrew.sh |
This file contains hidden or 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": "#ffffff", | |
"name": "Nuphy Air 60 v2", | |
"author": "scammell.co.uk/nuphy-air60v2", | |
"radii": "20px", | |
"switchMount": "cherry", | |
"plate": true | |
}, | |
[ |
This file contains hidden or 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": "#950013", | |
"name": "Drop + OLKB Planck v7", | |
"author": "scammell.co.uk/drop+olkb-planck-v7", | |
"switchMount": "cherry", | |
"plate": true | |
}, | |
[ | |
{ |
OlderNewer