Last active
February 10, 2016 10:32
-
-
Save mdamien/c103ccfe5ef3fe9cecc9 to your computer and use it in GitHub Desktop.
my first apts
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
https://github.com/maoserr/redshiftgui/releases #add to startup apps | |
sudo apt-get install terminator | |
sudo update-alternatives –config x-terminal-emulator #does not really work | |
Preferred Apps > Terminator | |
add workspace applet | |
disable system sounds | |
sudo apt-get install ttf-ancient-fonts #emojis | |
apt-get install fish; chsh | |
sudo apt-get install fortunes-fr fortunes | |
http://stackoverflow.com/questions/13995857/suppress-or-customize-intro-message-in-fish-shell | |
https://gist.github.com/mdamien/73fb66c0cd060ef5e550#file-config-fish-L11 | |
sudo apt-get install xbacklight | |
atom editor install deb | |
disable animations | |
install chromium-browser | |
apt-get install curl | |
sudo apt-get install nodejs | |
sudo ln -s /usr/bin/nodejs /usr/bin/node | |
sudo apt-get install npm | |
bugs: | |
- add command: can deduct name | |
- browse command: what | |
- no good hidpi support on linux mint ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment