A broswer plugin that creates a psuedo-federated Mastodon timeline. It pulls from the public feeds of the stored timelines and concatenates them into one. This allows for anyone to create their own curated timeline based on servers that they may be interested in for the purpose of discovering new people to follow.
If you're interested in knowing the powerlevel9k configuration to get this prompt, have a look at this gist.
-
Install Ruby (preferably, version >= 2.6)
-
Download and install a Nerd Font. Have a look at the Nerd Font README for installation instructions.
Note for
iTerm2
users - Please enable the Nerd Font at iTerm2 > Preferences > Profiles > Text > Non-ASCII font > Hack Regular Nerd Font Complete.Note for
HyperJS
users - Please add"Hack Nerd Font"
Font as an option tofontFamily
in your~/.hyper.js
file. -
Install the colorls ruby gem with
gem install colorls
Note for
rbenv
users - In case of load error when usinglc
, please try the below patch.rbenv rehash rehash
-
Enable tab completion for flags by entering following line to your shell configuration file (
~/.bashrc
or~/.zshrc
) :source $(dirname $(gem which colorls))/tab_complete.sh
-
Start using
colorls
🎉 -
Have a look at Recommended configurations and Custom configurations.
The MIT License (MIT) 2017 - Athitya Kumar. Please have a look at the LICENSE.md for more details.