Giter Site home page Giter Site logo

settings's Introduction

settings

1. Mac

コンピュータ名 (host名) の変更

  • 確認: $ uname -n
  • 変更: システム環境設定 > 一般 > 情報

ref: Mac - コンピュータ名(ホスト名)を確認・変更する方法

ライブ変換の解除

  • システム環境設定 > キーボード > テキスト入力 > 編集
  • すべての入力ソース
  • 日本語

2. Install

zsh -c "$(curl https://raw.githubusercontent.com/tarrows/settings/master/install.sh)"

(TODO: Add following steps to install.sh?)

==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
    (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/$HOME/.zprofile
    eval "$(/opt/homebrew/bin/brew shellenv)"
- Run brew help to get started
- Further documentation:
    https://docs.brew.sh
  • check if installed: $ brew -v
  • deploy dotfiles:
cp ~/settings/.zshrc
cp ~/settings/.vimrc ~/.vimrc
cp ~/settings/.gvimrc ~/.gvimrc

homebrew

  • install brew bundle
brew tap Homebrew/bundle
  • install from Brewfile
brew bundle install --file=~/settings/Brewfile

Others

  • nvm $ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
  • rust $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

iTerm2

Color Scheme

iTerm2 → Settings → Profiles → Colors

  • Download Color Scheme
  • Color Presets… > Import... > Japanesque.itermcolors
  • Color Presets… > Japanesque

Window Settings

iTerm2 → Settings → Profiles → Window

  • Transparency: 20
  • Screen: Screen with Cursor
  • Space: All Spaces

Terminal Settings

iTerm2 → Settings → Profiles → Terminal

  • Scrollback lines: 20,000

settings's People

Contributors

tarrows avatar

Watchers

James Cloos avatar  avatar

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.