sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
Solarized | |
#FDF6E3,#EEE8D5,#93A1A1,#FDF6E3,#EEE8D5,#657B83,#2AA198,#DC322F | |
Solarized Dark | |
#073642,#002B36,#B58900,#FDF6E3,#CB4B16,#FDF6E3,#2AA198,#DC322F | |
sudo install brave-browser | |
install flutter from git # (with JDK 11) | |
sudo gpasswd -a $(whoami) flutterusers | |
sudo chown -R :flutterusers /opt/flutter | |
sudo chmod -R g+w /opt/flutter/ | |
echo 'export CHROME_EXECUTABLE="'$(which brave-browser)'"' >> ~/.zshrc | |
flutter doctor | |
flutter upgrade | |
intall android-studio # (then I followed the Android Studio setup wizard, and also installed the Flutter and Dart plugins) | |
flutter doctor --android-licenses |
sudo apt update | |
# sudo apt upgrade | |
sudo apt install -y libcurl4-openssl-dev libplist-dev libzip-dev openssl libssl-dev libusb-1.0-0-dev libreadline-dev build-essential git make automake libtool pkg-config | |
git clone https://github.com/libimobiledevice/libirecovery | |
git clone https://github.com/libimobiledevice/idevicerestore | |
git clone https://github.com/libimobiledevice/usbmuxd | |
git clone https://github.com/libimobiledevice/libimobiledevice | |
git clone https://github.com/libimobiledevice/libusbmuxd | |
git clone https://github.com/libimobiledevice/libplist |