Skip to content

Instantly share code, notes, and snippets.

@unixpickle
Last active October 13, 2019 09:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unixpickle/c3fddc49c4c69ba223c0ba3ae5aacfd6 to your computer and use it in GitHub Desktop.
Save unixpickle/c3fddc49c4c69ba223c0ba3ae5aacfd6 to your computer and use it in GitHub Desktop.
Configuring Linux Machine

This is a set of things I suggest you do on a new Ubuntu machine to make it nice and (almost) Mac-like.

Install some packages

sudo apt install -y xclip
sudo apt install -y caffeine
sudo apt install -y gnome-tweaks

Install Google Chrome and VSCode.

Optionally, compile some software I made:

Put this in ~/.bashrc

alias pbcopy='xclip -sel clip'
alias pbpaste='xclip -sel clip -o'

Set some keystrokes

  • Copy screenshot of an area to clipboard: Ctrl+Alt+4
  • Copy screenshot of window to clipboard: Ctrl+Alt+5

Change other configuration

  • Set natural scrolling direction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment