Home Macbook Summary
Post
Cancel

Macbook Summary

How to develop your personal Mac Environment for program

Downloaded Applications:

  • Chrome
  • iTerm2 by Homebrew
  • VsCode insider
  • OneNote
  • ToDo List (Microsoft)
  • Wechat
  • Zoom
  • Obsidian (Markdown)
  • Onedirve

Program:

1. Tamper monkey

It is a chrome plugin which can write scripts to auto-complete some tasks. Some well-done scripts are available from Greasy Fork.

There is a book diving into Greasemonkey, a similar plugin of Firefox. I will record several important parts here.

1.1 Basic Concepts

1.2 Writing Scripts

2. Vim Configuration

Vim is one of the best text editors which is highly configurable in Unix.

Quick Start:

  1. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  2. vim ~/.vimrc: vim configuration file
  3. Launch vim and run :PluginInstall

Tips:

  1. use :set encoding=utf-8 to resolve the display problem in Chinese

  2. use :h vundle to acquire specific helps and commands

Tmux Configuration

Tmux is a remote server connecting tool which can keep long-term connections without breaking down.

The configuration files come from gpakosz.

tmux configuration file

tmux.local configuration file

Oh-my-zsh

Oh-my-zsh is a useful and friendly command tool with a lot of functions.

This post is licensed under CC BY 4.0 by the author.