8000 GitHub - oneshan/dotfiles: My settings for shells and vim etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oneshan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles (for My MacBook)

Setup

cd $HOME
xcode-select --install
git clone https://github.com/oneshan/dotfiles.git
cd dotfiles
sh bootstrap.sh

Using duti to script default applications for Macs

# Get Bundle ID
osascript -e 'id of app "LINE"'

# Set default applications
duti macos/duti.settings

Other manual settings

Install input methods

On Apple Silicon

# cask "google-japanese-ime"
open /opt/homebrew/Caskroom/google-japanese-ime/latest/GoogleJapaneseInput.pkg
# cask "mcbopomofo"
open /opt/homebrew/Caskroom/mcbopomofo/2.5/McBopomofoInstaller.app

To find where exactly a formula has been installed

brew info --cask <formula>

Turn on Magnet & Dropbox

System Preferences > Security & Privacy > Accessibility

Github Cli

  • gh auth login
  • gh auth setup-git

AWS Cli

  • aws configure

Node.js (optional)

brew install nvm

# Install the current LTS Node.js version
nvm install --lts

About

My settings for shells and vim etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0