alias-ko
Public repository of cool aliases that you can curl
or wget
and be ready to go on a new unix
like installation.
inspired by this video
created by @metalx1000
Motivation
I want a memorable / simple URL
to a file that I download, it contains aliases
that the community over at KO's YouTUBE Channel can colaborate on, by contributing their favourite aliases.
How it works
- create a
PR
on this repository & with your favouritealias(es)
- wait for the next release ( every two weeks - will be automated by GitHub actions )
- use this URL:
https://bit.ly/ko-alias
to download the aliases.
# example with cURL for BASH
curl -L https://bit.ly/ko-alias >> ~/.bash_aliases
source ~/.bash_aliases
- request an alias by using the
issues
if you think it is useful but don't know how to implement it yourself