Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

spearkkk/about-my-mac

Repository files navigation

This repository is depreacted. Please refer to here!!!


Index


Homebrew

This is 'Super Awwwwwwwwesome' package manager, official link.
If you are use this tool, you can save your time.

To search application or cli: formulae search

Go to Top


Chrome

Default web browser.

Plugins

preference

  • Font size: 'Large'
  • Set Show warning before quitting with ⌘Q: disabled
  • Check extension

Go to Top


Iterm

Default terminal app, iTerm2. This is well-known terminal app. You can customize it and set status for mac.

Additional Infomation

appearence

preference

  • Add the Theme(gruvbox dark hard 256): contribution
  • Sync Preferences: ☁️, ~/Dropbox/application/Iterm2

Go to Top


1Password

Password manager.
If you stil rememeber you password, license, and some secret thing or write them to paper,
You can write them into 1Password and get them when/what you want.
This app also supports IOS, web, and more.

Go to Top


Alfred

Alfred is awesome launcher app.
It has more feature than Spotlight.

  • can search anything in my mac.
  • can search something in web without fousing web browser.
  • can store/get in clipboard, text, image, and file.
  • can convert text using snippet.
  • can explore your mac more and more using Workflow.
Additional Infomation
Custom Terminal
Theme

I revised color and font for appearence based on gruvbox.
!! You must should install 'Hack Nerd Mono' if you use this appearence.
appearence

Workflows

Alfred say ...

With Alfred's Powerpack and workflows, ... and boost your productivity.

However, there are so many workflows and some of them will be not updated.
Workflows is good to me but sometimes it is hard to find nice workflows.

I searched in goolge and github, and I make a note to keep workflows.
If you want to see more...

preference

  • Enable License: 🔐
  • Sync Preferences: ☁️, ~/Dropbox/application/Alfred4

Go to Top


Better Touch Tool

All inputs through mac can customized as you want if you have Better Touch Tool.

I have a another keyboard, but sometimes I have to use keyboard of this mac.
When I push fn, I can press function key. But it is awkward to press function key in IDEA.
So I just mapped number key to function using Better Touch Tool.

preference

  • Sync Preferences: ☁️, Dropbox
  • Install Preset: Link

Go to Top


Contexts

Contexts manages all windows and application in my mac.
When you want to switch between application, you press command + tab.
Or when you want to switch windows between in a application, you press command + `.
But if you have more windows as a full screen, the switching is not working as you want.

Contexts enable to switch windows as I want.
Just try to use this app.

preference

  • Set Preference: Link

Go to Top


Sublime Text

Sublime Text is Text Editor, it is simple and fast.

preference

Default Setting...
{
    /// default setting
    "font_face": "Hack Nerd Font Mono",
    "font_size": 15,
    "translate_tabs_to_spaces": true,
    "margin": 2,
    "mini_diff": "auto",
    "trim_automatic_white_space": false,
}
Gruvbox Setting...
{
    /// gruvbox theme seting
    "theme": "gruvbox.sublime-theme",
    "color_scheme": "Packages/gruvbox/gruvbox (Dark) (Hard).sublime-color-scheme",
    "gruvbox_accent_blue": true,
    "gruvbox_autocomplete_cramped": true,
    "gruvbox_sideline_autocomplete_row_thickest": true,
    "gruvbox_sidebar_compact": true,
    "gruvbox_sidebar_indent_s": true,
    "gruvbox_sidebar_font_size_14": true,
    "gruvbox_sidebar_heading_bold": true,
    "gruvbox_sidebar_label_bold": true,
    "gruvbox_command_palette_compact": true,
    "gruvbox_statusbar_xl": true,
    "gruvbox_statusbar_font_size_15": true,
    "gruvbox_tabs_xxs": true,
    "gruvbox_tabs_font_size_15": true,
    "gruvbox_underline_active_tab_thicker": true,
    "gruvbox_panel_xxs": true,
    "gruvbox_scrollbar_width_xl": true,
    "gruvbox_buttons_font_size_16": true,
    "gruvbox_disable_borders": true,
    "gruvbox_folder_icons_large": true,
    "gruvbox_iconset_thick": true,
    "gruvbox_disable_panels_button": true,
    "gruvbox_highlight_active_buttons": true,
    "gruvbox_highlight_active_tree_row": true,
    "gruvbox_tabs_autowidth": true,  
    "gruvbox_tabs_bold": true,
}

Go to Top


IDEA

preference

  • Editor Tabs: Tab placements: 'None', Tab limit: '1'
  • Plugins: Gruvbox Theme: dark hard
  • Plugins: Rainbow Brackets
  • Plugins: String Manipulation

Go to Top


Things3

Have you heard GTD?

'Getting Things Done' is a time management method, ...
from wikipedia

When you are focusing on something, there are times when an idea suddenly comes to mind.
You do not have to worry about missing that idea anymore.

  1. Just put in idea, Things.
  2. Get it from Things when you want.
  3. Do it.

Go to Top


Terminal Tweaks

Quick Look: Animation

Apply

defaults write -g QLPanelAnimationDuration -float 0; killall Finder

Reset

defaults delete -g QLPanelAnimationDuration; killall Finder
Dock: Delay

Apply

defaults write com.apple.Dock autohide-delay -float 0; killall Dock

Reset

defaults delete com.apple.dock autohide-delay; killall Dock
Dock: Animation

Apply

defaults write com.apple.dock autohide-time-modifier -float 0; killall Dock

Reset

defaults delete com.apple.dock autohide-time-modifier; killall Dock
Launch Pad: Animation

Apply

defaults write com.apple.dock springboard-show-duration -int 0; killall Dock
defaults write com.apple.dock springboard-hide-duration -int 0; killall Dock

Reset

defaults delete com.apple.dock springboard-show-duration; killall Dock
defaults delete com.apple.dock springboard-hide-duration; killall Dock
Pop-up&Dialog: Animation

Apply

defaults write -g NSWindowResizeTime -float 0.01
defaults write -g NSAutomaticWindowAnimationsEnabled -bool FALSE

Reset

defaults delete -g NSWindowResizeTime
defaults delete -g NSAutomaticWindowAnimationsEnabled
Screenshot

File Format
Default: .png

defaults write com.apple.screencapture type PDF; killall SystemUIServer

File Path
Default: ~/Desktop

defaults write com.apple.screencapture location /drag/location/here; killall SystemUIServer

Go to Top

Releases

No releases published

Packages

No packages published