kowwwwji's DotFile & PC setup
- トラックパッド
軌跡の速さ
を最大- 1本指タップを有効
- キーボード
キーのリピート
とリピート入力認識までの時間
を最大- F1F2をファンクションキーとして使用にチェック
- ショートカットのSpotlight検索を表示をOFF
次のウインドウを操作対象にする
のキーをOption+Tabに変更
- 音声入力のショートカットを
Fn
に - メニューバーの表示
- Dockとメニューバー
- bluetooth ON
- バッテリー ON
- バッテリーの%表示
- Spotlight OFF
- Dockとメニューバー
# Terminal
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.bash_profile
brew install ghq
# Access Tokenを作る必要あり
ghq get https://github.com/kowwwwji/dotfiles.git
cd $(ghq root)/github.com/kowwwwji/dotfiles
bash init.sh # $HOMEへの適用
chsh -s /bin/zsh
cd BrewFile && brew bundle # Application Install
######### 以下はログに表示されているものを実行している ################
# fzfの初期化
# Do you want to update your shell configuration files? はNoにする。
$(brew --prefix)/opt/fzf/install
###########################################################
sudo shutdown -r now
- システム環境設定 > キーボード > 入力ソース
- Googleのひらがなと英数を追加
- Appleデフォルトの日本語ローマ字入力の入力モードの英字をチェック
- 日本語ローマ字入力とABCを削除
- Preferences > Gerenal > Preferences
Load preferences from a custmom folder or URL
- ./iterm/を設定
- Hotkeyが動かない場合は、PC再起動後に動くはず。
tmux # [ctrl+\ + I]でtmux pluginをインストール
nv # neovim関連のインストール
open -a Raycast # Advanced > Import/Export
open -a BetterTouchTool
open -a karabiner-elements
# githubの設定
gh auth login
# sshの設定
nv ~/.ssh/config
ssh-keygen -t rsa # ~/.ssh配下に作成する
- 以下の作成/変更
~/.ssh/config
~/.config/git/.gitconfig.local
~/.zsh/local.zsh
~/.vim/local.vim
or~/.config/nvim/lua/config/local.lua
let g:github_enterprise_urls = ['https://example.com']
ln -s ${DOTFILES_ROOT}.tool-versions ~/
cut -d' ' -f1 .tool-versions | xargs -I{} asdf plugin add {}
asdf list
asdf install
# node
npm i -g neovim
# ruby
gem install neovim
# python
mkdir ~/.poetry
poetry new nv
cd nvim
poetry add Neovim
# in neovim `:che provider`
go get github.com/mattn/memo
nv ./config/memo/config.toml # 設定変更する必要あり