This file contains 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
#!/usr/bin/env bash | |
packages=( | |
# MICROSOFT | |
com.microsoft.office.word | |
com.microsoft.office.excel | |
com.microsoft.office.powerpoint | |
com.microsoft.skydrive | |
com.google.android.music |
This file contains 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
#!/usr/bin/env bash | |
alias knshandler="/usr/lib/x86_64-linux-gnu/libexec/kf5/kpackagehandlers/knshandler" | |
# Folder for storing global npm packages | |
mkdir "${HOME}/.npm-global" | |
echo " ✔️ Folder ~/.npm-packages created!" | |
offer_driver_installation(){ | |
echo "Do you want me to install Nvidia/AMD drivers? y/N" |