sh -c "$(curl -fsSL https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh)"
curl -fsSL "https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh" | bash -s update
/usr/local/bin/cleanup
#!/usr/bin/env zsh | |
set -euo pipefail | |
# Thanks to https://gist.github.com/wenzhixin/43cf3ce909c24948c6e7 | |
# Execute this script in your home directory. Some steps will prompt you for y/n. | |
# Install Oracle JDK 8 | |
add-apt-repository ppa:webupd8team/java | |
apt-get update | |
apt-get install -y oracle-java8-installer |
https://help.ubuntu.com/community/Installation/MinimalCD#A64-bit_PC_.28amd64.2C_x86_64.29_.28Recommended.29 | |
Install Ubuntu with Virtualbox | |
VBoxManage clonehd MiniU1.vmdk disk.img --format RAW | |
etcher > to > USB | |
Install RAID drivers. | |
Now we need to install Linux RAID driver. Press Win key, search for Terminal and run it. Type this and press enter: It will require Postfix installation, install it and select 'No configuration' in installation menu. | |
sudo apt-get install mdadm |
su - | |
defaults write /var/db/launchd.db/com.apple.launchd/overrides.plist com.apple.screensharing -dict Disabled -bool false | |
launchctl load /System/Library/LaunchDaemons/com.apple.screensharing.plist | |
launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh)"
curl -fsSL "https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh" | bash -s update
/usr/local/bin/cleanup
curl -L https://get.oh-my.fish | fish | |
omf install bobthefish | |
brew tap caskroom/fonts | |
brew cask install font-firacode-nerd-font | |
set -U theme_nerd_fonts yes | |
set theme_color_scheme gruvbox |