home wiki.fukuchiharuki.me
Menu

  • 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2017-06-23T09:41:25+00:00","default:haruki","haruki")
#author("2018-09-29T10:13:45+00:00","default:haruki","haruki")
#contents

* 3本指でドラッグする [#medcc88f]

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

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

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

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

- $HOME/.bashrc

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

- $HOME/.bash_profile

 if [ -f ~/.bashrc ]
 then
   . ~/.bashrc
 fi
 test -r ~/.bashrc && . ~/.bashrc

* コンピュータ名の変更 [#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
- homebrew
-- homebrew-cask
 $ brew tap caskroom/cask
 $ brew tap caskroom/versions
- nodebrew
-- node
-- npm
- SDKMAN!
-- gradle
-- JDK (Oracle)もいける?
- エディタ
-- Visual Studio Code
-- Vimはターミナルで使える状態

次はやめた。
- Atom &color(green){// Visual Studio Codeに乗り換えた};
-- vim-mode
-- ex-mode
-- keyboard-localization
-- atom-typescript
- Vim