hostnamectl set-hostname --static overlord
sudo fallocate -l 2G /swapfile
| " Supporting code ------------------------------------------------------------- | |
| " Initialisation: [[[ | |
| hi clear | |
| if exists("syntax_on") | |
| syntax reset | |
| endif | |
| let g:colors_name='kamrat' |
| %define debug_package %{nil} | |
| # prevent binary stripping | |
| %global __os_install_post %{nil} | |
| Name: oil | |
| Version: 0.6.pre15 | |
| Release: 1%{?dist} | |
| Summary: Oil shell | |
| URL: http://www.oilshell.org | |
| License: ASL 2.0 |
Download scripts needed for user.js setup
curl -O 'https://raw.githubusercontent.com/arkenfox/user.js/master/updater.sh'
curl -O 'https://raw.githubusercontent.com/arkenfox/user.js/master/prefsCleaner.sh'
chmod +x updater.sh prefsCleaner.sh
# get user-overrides.js
curl -O 'https://gist.githubusercontent.com/silenc3r/91ee03f93dc56afa6cd63db8a81d3559/raw/user-overrides.js'