Git Product home page Git Product logo

linuxmint-mac-setup's Introduction

Dual Boot Linux Mint with OSX on Mac Laptop

Partition

Partition drive into 4 partitions.

  1. Half for OSX
  2. 40 GB for Linux "/"
  3. 4 GB for Linux "swap"
  4. The rest for Linux "/home"

Install OSX on partition 1

Install Linux Mint by booting Linux Mint Live CD/USB. Double-click Install. Map partitions.

To boot Linux, hold option key while booting laptop and pick Linux.

Configure Linux Mint

Clone this repo into home folder, install apps, setup dotfiles:

cd ~/linuxmint-mac-setup
./setup.sh    # this can be run to create and update

Map Ctrl key to Apple key and Caps Lock to Ctrl key:

  • go to system > preferences > keyboard
  • open tab Layouts
  • click Options...
  • open "Alt/Win key behavior"
  • and select Control is mapped to Win keys
  • then for tmux so you can use Caps-Lock-a combination, under "Caps Lock key behavior", set to "Make Caps Lock an additional Ctrl"

Generate SSH Key

ssh-keygen    # create SSH key

# add key to Github.

Configure Touchpad

The Mac Laptop touchpad didn't work well by default on a MacBookPro 2011.

I used the settings from this article (http://yarenty.blogspot.com/2014/08/how-to-fix-macbook-pro-touchpad-on.html) but kept the synaptics driver which seems to work a bit better.

sudo mkdir /etc/X11/xorg.conf.d
sudo cp conf/50-synaptics.conf /etc/X11/xorg.conf.d

# restart system

linuxmint-mac-setup's People

Contributors

briangershon avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.