Skip to content

Instantly share code, notes, and snippets.

@thebergamo
Created April 2, 2016 17:06
Show Gist options
  • Save thebergamo/c3680bcac2610e8f56fd8847f401d8c3 to your computer and use it in GitHub Desktop.
Save thebergamo/c3680bcac2610e8f56fd8847f401d8c3 to your computer and use it in GitHub Desktop.
Fullscreen Terminal on Mac

fs

Just make your terminal using fullscreen with a single command.

Get Started

To make this script works just follow the steps bellow.

  1. Create a file called fs
  2. Paste the content above (the other file in this gist) in the file fs
  3. Give powers to the script chown +x fs (in some cases sudo is required).
  4. Move the file to /usr/local/bin with the command cp fs /usr/local/bin
  5. Enjoy it!
#!/bin/bash
printf '\e[8;0;0t'
clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment