Last active
May 23, 2019 02:17
-
-
Save atistrcsn/4fd0c749e77d82305e6cdf4b7f247926 to your computer and use it in GitHub Desktop.
[Useful unix applications] #unix
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
| # Application launcher | |
| # https://ulauncher.io/ | |
| # Oh MY ZSH | |
| # https://ohmyz.sh/ | |
| sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
| #Instal missing fonts with emojis | |
| sudo apt-get install ttf-ancient-fonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment