home wiki.fukuchiharuki.me
Menu

  • 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2017-06-23T09:41:25+00:00","default:haruki","haruki")
#author("2017-07-13T01:12:02+00:00","default:haruki","haruki")
* 3本指でドラッグする [#medcc88f]

さすがにこれができないのはつらい。

#ref(drag1.png,center,75%)
#ref(drag2.png,center,75%)

* .bashrcと.bash_profileの作成 [#a5b11f54]

コマンド待ちの表示とエイリアスを設定した。これをしないとターミナルが使いづらい。

- $HOME/.bashrc

 PS1="[\u@\h \W]$ "
 
 alias ll="ls -l"
 alias la="ls -la"

- $HOME/.bash_profile

 if [ -f ~/.bashrc ]
 then
   . ~/.bashrc
 fi

* コンピュータ名の変更 [#e4d62b99]

コンピュータにはお花の名前をつけると決めている。

#ref(computername1.png,center,75%)
#ref(computername2.png,center,75%)

* .ssh/の作成 [#r6d12dc8]

$HOME/.ssh/を作成して、バックアップしたconfigとid-rsaなどを置く。


* 開発系ツールのインストール [#g8f908cc]

- JDK (Oracle)
- Homebrew
- Nodebrew
- node
- Atom
- Atom &color(green){// Visual Studio Codeに乗り換えつつある};
-- vim-mode
-- ex-mode
-- keyboard-localization
-- atom-typescript
- Vim