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
winget install -e --id CoreyButler.NVMforWindows;winget install -e --id Fork.Fork;winget install -e --id SlackTechnologies.Slack;winget install -e --id Microsoft.Teams;winget install -e --id Git.Git;winget install -e --id RevoUninstaller.RevoUninstaller;winget install -e --id Brave.Brave;winget install -e --id Docker.DockerDesktop;winget install -e --id AgileBits.1Password;winget install -e --id Microsoft.PowerToys;winget install -e --id 7zip.7zip;winget install -e --id Microsoft.VisualStudio.2022.Community.Preview |
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
# check if there are changes | |
- name: Check if there are any changes | |
id: verify_diff | |
run: | | |
git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT | |
# Commit changes | |
- name: Commit |
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
"terminal.integrated.shell.windows": "E:\\Git\\bin\\bash.exe", |
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 hoverdir | |
* @description description | |
* @version 1.0 | |
* @options | |
* speed | |
* easing | |
* hoverDelay | |
* inverse | |
* hoverEle |
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
/* animation sets */ | |
/* move from / to */ | |
/* fade */ | |
/* move from / to and fade */ | |
/* move to with different easing */ | |
/********************************* keyframes **************************************/ | |
/* move from / to */ | |
@-webkit-keyframes "moveToLeft" { | |
from { |
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 Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |