- System Settings -> Mouse & Touchpad -> Touchpad -> Tap to click -> (Toggle on)
- Connect to additional WiFi access points
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git vim
sudo apt-get install chromium-browser
- Launch Chromium
- Settings -> Appearance -> "Use system title bar and borders" -> Set to unchecked
-
Go to https://nodejs.org/en/
-
Download *.tar.xz
-
Extract to ~/Downloads
-
Move folder to ~/Applications
-
Create aliases:
cd /home/hugs/.local/bin ln -s /home/hugs/Applications/node-v9.3.0-linux-x64/bin/node node ln -s /home/hugs/Applications/node-v9.3.0-linux-x64/bin/npm npm ln -s /home/hugs/Applications/node-v9.3.0-linux-x64/bin/npx npx
- Add Files app, Keep in Dock
- Add Terminal app, Keep in Dock
- Add Chromium app, Keep in Dock
- Except for System Settings app, remove all other apps from Dock
- Appearance -> Position -> Left
- Behavior -> Hide Dock -> Autohide
- Change time zone to America/Chicago
- Change time format to AM/PM
mkdir ~/.local/share/backgrounds
- download from https://www.walldevil.com/sandringham-beach-wallpaper-316031/
- move image to ~/.local/share/backgrounds
gsettings set org.pantheon.terminal.settings tab-bar-behavior 'Hide When Single Tab'
gsettings set org.pantheon.terminal.settings save-exited-tabs false
gsettings set org.pantheon.desktop.gala.behavior edge-tiling false
gsettings set org.pantheon.files.preferences single-click false
vim ~/.bashrc
- Append to the end of file:
PS1='$ '
mkdir Projects
cd Projects/
git clone http://github.com/bulletmark/libinput-gestures
cd libinput-gestures/
sudo gpasswd -a $USER input
sudo make install
sudo apt-get install libinput-tools xdotool
libinput-gestures-setup autostart
vim ~/.config/libinput-gestures.conf
- Log out, the log in for libinput changes to take effect
great gist dude