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
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/kermit/.local/bin/node', | |
1 verbose cli '/Users/kermit/.local/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose readDependencies using package.json deps | |
5 verbose install where, deps [ '/Users/kermit/test', | |
5 verbose install [ 'grunt', | |
5 verbose install 'bower', |
This file has been truncated, but you can view the full file.
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/kermit/.local/bin/node', | |
1 verbose cli '/Users/kermit/.local/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '-g', | |
1 verbose cli 'grunt-contrib-jshint', | |
1 verbose cli 'grunt-contrib-cssmin', | |
1 verbose cli 'grunt-contrib-uglify', | |
1 verbose cli 'grunt-contrib-watch', | |
1 verbose cli 'grunt-contrib-sass', |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#! /bin/bash | |
sudo add-apt-repository -y ppa:kermit666/ppa | |
sudo apt-get update | |
sudo apt-get -y install popcorn | |
. ~/.config/user-dirs.dirs | |
cp /usr/share/applications/popcorn.desktop "$XDG_DESKTOP_DIR/popcorn.desktop" | |
chmod +x "$XDG_DESKTOP_DIR/popcorn.desktop" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
# Configuration file for ipython-notebook. | |
c = get_config() | |
#------------------------------------------------------------------------------ | |
# NotebookApp configuration | |
#------------------------------------------------------------------------------ | |
# NotebookApp will inherit config from: BaseIPythonApplication, Application |
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
# Configuration file for ipython-notebook. | |
c = get_config() | |
#------------------------------------------------------------------------------ | |
# NotebookApp configuration | |
#------------------------------------------------------------------------------ | |
# NotebookApp will inherit config from: BaseIPythonApplication, Application |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.