generated from nus-cs2030/base-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Setting Up MacVim
Sean Low edited this page Jun 12, 2021
·
1 revision
This only applies to Mac Users.
You can get the recommended .vimrc file here
For Windows Users, please refer to here!
- Go to the homebrew website from here
- Go to Terminal and paste this following command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Type in
export PATH=/usr/local/bin:$PATH
. - Type in
brew update
. - Type in
brew install vim && brew install macvim
. - Type in
brew link macvim
. - From there, you should be able to use MacVim via the command
mvim
.
Peer Learning
Guides
Setting Up Checkstyle
Setting Up Java
Setting Up MacVim
Setting Up Stu
Setting Up Unix For Mac
Setting Up Unix For Windows
Setting Up Vim
Setting up SSH Config
SSH Without Password
Copying Files From PE Nodes
Using tmux
CS2030 Contents
Lecture 1 SummaryLecture 2 Summary
Access Modifiers
Lecture 3 Summary (Polymorphism)
Compile Time Type VS Runtime Type
Abstraction, Encapsulation, Inheritance, and Polymorphism
SOLID Principles
Class VS Abstract Class VS Interface
Comparable VS Comparator
Generic Types T
HashMap
Raw Types with Generic
Lambda expression
PECS (Producer Extends Consumer Super)
Optional
Streams
Parallel Streams
Monad
Functors and Monads with Category Theory