Skip to content

porter-liu/MyMacEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyMacEnv

-== OS Settings ==-

Disable the drop-shadow in window screenshots

defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer

Disable Chrome Swipe to Go Back Gesture

defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE

Change Screenshot Save Location

Create a new folder and name it "screenshots" on desktop.

defaults write com.apple.screencapture location ~/Desktop/screenshots/
killall SystemUIServer

-== Softwares ==-

Aerial

https://github.com/JohnCoates/Aerial, Apple TV Aerial Screensaver for Mac.

Alfred(用 Raycast 替代)

  • Sougou Pinyin can't switch between Chinese & English using shift key
    • Preferences -> File Search -> Advanced, uncheck "Quick Look: ⇧ to Quick Look selected item"
    • Preferences -> Appearance -> Options, change "Focusing" to "Compatibility Mode"
  • Web Search

AppCleaner

https://freemacsoft.net/appcleaner/, thoroughly uninstall unwanted apps.

Avira

https://www.avira.com/, protect yourself from ransomware with award-winning free antivirus.

Bitwarden

https://bitwarden.com/, Open Source Password Management.

BlackHole

https://github.com/ExistentialAudio/BlackHole, allows applications to pass audio to other applications.

Caffeine

http://lightheadsw.com/caffeine/, don't let your Mac fall asleep.

Chrome

Clipy

https://clipy-app.com/, clipboard manager for macOS. ClipMenu (http://www.clipmenu.com/) is dead.

Cornerstone

https://www.zennaware.com/cornerstone/, subversion GUI.

Dash

https://kapeli.com/dash, instant offline access to 150+ API documentation sets.

DiffMerge

https://sourcegear.com/diffmerge/

Dropbox

https://www.dropbox.com/

DTerm

https://github.com/muhqu/dterm, a command line anywhere and everywhere. (http://decimus.net/dterm does not work in Sierra)

Evernote

https://evernote.com/

f.lux

https://justgetflux.com/, makes the color of your computer's display adapt to the time of day.

FileZilla

https://filezilla-project.org/

Fonts

JetBrains Mono

https://www.jetbrains.com/lp/mono/, A typeface for developers.

"font_face": "JetBrains Mono",
"font_size": 15,
"line_padding_bottom": 1,
"line_padding_top": 1,

Source Code Pro

https://github.com/adobe-fonts/source-code-pro, Monospaced font family for user interface and coding environments.

"font_face": "Source Code Pro",
"font_size": 14,

Go2shell

http://zipzapmac.com/go2shell, opens a terminal window to the current directory in Finder. Use https://github.com/onmyway133/FinderGo instead.

Use https://github.com/Breathleas/Go2Shell.

Hex Fiend

http://ridiculousfish.com/hexfiend/

Homebrew

http://brew.sh/, The missing package manager for macOS.

IINA

https://iina.io/, Media player. Better than MPlayerX.

ImageOptim

https://imageoptim.com/, Saves disk space & bandwidth by compressing images without losing quality.

iTerm2

https://www.iterm2.com/

Keka

http://www.kekaosx.com/en/, a free file archiver for macOS.

Kid3

https://kid3.sourceforge.io/, easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Opus, Speex, TrueAudio, WavPack, WMA, WAV and AIFF files.

LICEcap

http://www.cockos.com/licecap/Capture, screen to .GIF.

MindNode

https://mindnode.com/, Mindmapping & Brainstorm Ideas.

Monosnap(用 Shottr 替代)

https://monosnap.com/

Noizio

http://noiz.io/, white noise.

Petal

https://github.com/ilime/Petal, Douban FM. Better than diumoo (http://diumoo.net/).

QQ

http://im.qq.com/macqq/

Quick Look

Raycast

https://www.raycast.com/

Rime(中州韵/鼠须管)

https://rime.im/ ,比较下来,雾凇拼音再加上一些自己的调整是最接近搜狗拼音的体验的

Shottr

https://shottr.cc/, 功能很强的可以做 OCR 的截图软件。

SizeUp

http://www.irradiatedsoftware.com/sizeup/, powerful, keyboard-centric window management.

Skitch

https://evernote.com/skitch/

SquidMan

http://squidman.net/squidman/, macOS graphical installer and manager for the Squid proxy cache.

Sublime Text 3

https://www.sublimetext.com/3

System Preferences

Time Out

http://www.dejal.com/timeout/

TinkerTool

https://www.bresink.com/osx/TinkerTool.html

VOX

http://coppertino.com/vox/mac

VeraCrypt

https://www.veracrypt.fr/code/VeraCrypt/, open-source disk encryption software.

WeChat

https://mac.weixin.qq.com/

Xcode

To avoid "invalid byte sequence in US-ASCII" error, go "Manage Jenkins"->"Configure System". Under "Global properties", check "Environment variables" and add a variable

Name: LC_ALL
Value: en_US.UTF-8

A makefile sample:

XCPRETTY := $(shell ! command -v /usr/local/bin/xcpretty >/dev/null 2>&1 || echo "| /usr/local/bin/xcpretty")
all:
	set -o pipefail && xcodebuild -usage ${XCPRETTY}

欧路词典

https://www.eudic.net/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published