Git Product home page Git Product logo

dotfiles's Introduction

On Clean Mac OS X

My Mac OS X setup manual.

1. Executable sudo without password.(using sudo into setup.sh)

$ sudo visudo
Password:

# User privilege specification
root    ALL=(ALL) ALL
%admin  ALL=(ALL) ALL
ryota.murakami ALL=(ALL) NOPASSWD: ALL

:wq

see:http://blog.bungu-do.jp/archives/2417

2 privilege

sudo chown -R ryota.murakami /usr/local

3. Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

4. clone dotfiles

cd ~
[email protected]:ryota-murakami/dotfiles.git

5. Kick setup.sh(Homebrew required)

cd dotfiles
./setup.sh

what's doing in setup.sh

  • generate dotfile symboliclinks at home directory.
  • install all homebrew packages in Brewfile.
  • setting fish-shell as a login shell.
    • re-open terminal to activation.
  • initialize git submodule.

7. Install Vim plugins

open .vimrc, execute folllowing.

:NeoBundleInstall

defined installed pulugins at .vimrc. git

call neobundle#begin(expand('~/.vim/bundle'))
    NeoBundle 'editorconfig/editorconfig-vim'
    ~
call neobundle#end()

8. Install Nodebrew

nodebrew is not provided by homebrew, therefore you have to setup along to the README. https://github.com/hokaccha/nodebrew

Extra. Any Manual Tasks

  • change ยฅ to \ at OS X system config
  • install karabiner-elements
  • system prefefences > hidden dock
  • system prefefences > - to dark OS menu-bar & dock
  • terminal.app -> Preference -> Profiles -> Keybord -> โœ”๏ธŽ Use Option as Meta Key
  • system prefefences > keybord > Shorcuts > MIsson Control > Show Notification Center ${F2}
  • System Preferences > Keybord > App Shortcut > Google Chrome.app > press + button of window bottom > type "Developer Tools" and set ^O as a shortcut
  • System Preferences > Keybord > App Shortcut > Others > type action "Log Out ryota..." > set cmd + option + q as shortcut
  • Set Unicode Hex Input as a input soruce to remove all option key combination
  • Remove cmd + shift + r shortcut from Be Focus Pro

dotfiles's People

Contributors

ryota-murakami avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

gaki2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.