Skip to content

Instantly share code, notes, and snippets.

View aclk's full-sized avatar
☄️
diu, diu, diu

aqing aclk

☄️
diu, diu, diu
View GitHub Profile
@aclk
aclk / windows-10-setup.md
Created July 15, 2021 03:28 — forked from shakeel/windows-10-setup.md
How I setup Windows 10

Setup Windows 10

Use scoop to install all of the UNIX command line tools and most of my needed software tools.

powershell
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop bucket add versions
scoop install curl
set-executionpolicy remotesigned -scope currentuser
$key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced'
Set-ItemProperty $key Hidden 1
Set-ItemProperty $key HideFileExt 0
Set-ItemProperty $key ShowSuperHidden 0
## Install DotNetCore SDK
$dotnetInstallFilename = 'dotnet-install.ps1'
If(!(test-path $dotnetInstallFilename))
@aclk
aclk / scooped.ps1
Created July 15, 2021 03:26 — forked from a-bronx/scooped.ps1
A scoop of software
# Install scoop
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex
# Prepare scoop
scoop install aria2
scoop install git
# Add buckets
@aclk
aclk / ScoopInstall.ps1
Created July 15, 2021 03:25 — forked from semperos/ScoopInstall.ps1
Windows Apps & Utilities via Scoop
###########
# Buckets #
###########
scoop bucket add extras
scoop bucket add java
scoop bucket add nerd-fonts
scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure
############
@aclk
aclk / sketch-never-ending.md
Created November 25, 2018 08:19 — forked from Bhavdip/sketch-never-ending.md
Modify Sketch to never ending trial

Sketch trial non stop

Open hosts files:

$ open /private/etc/hosts

Edit the file adding:

127.0.0.1 backend.bohemiancoding.com

127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com

@aclk
aclk / README.md
Created June 5, 2018 06:49 — forked from MoOx/README.md
How to keep in sync your Git repos on GitHub, GitLab & Bitbucket easily