Skip to content

AyamotoKohei/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

macOSとUbuntu 20.04(WSL2)用のdotfilesです
他のLinux OSはサポートしていません

インストール手順

  1. zsh の設定ファイルのシンボリックリンクを貼る
$ ln -s ~/dotfiles/zsh/.zshrc ~/.zshrc
$ ln -s ~/dotfiles/zsh/.zprofile ~/.zprofile
  1. .zshrc の再読み込みを行う
$ source ~/.zshrc
  1. Homebrew 公式ドキュメントからインストールスクリプトをコピーして、ターミナルに貼り付けて実行する
# 2024年5月20日現在のインストールコマンド
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. .Brewfile のシンボリックリンクを貼る
$ ln -s ~/dotfiles/.Brewfile ~/.Brewfile
  1. Homebrew を bundle コマンドを使用して、アプリケーションのインストールを行う
$ brew bundle --global
  1. その他のファイルに関しても、適宜シンボリックリンクを貼る
# Neovim の設定ファイル
$ ln -s ~/dotfiles/nvim ~/.config/nvim

# VSCode の設定ファイル
$ rm -rf ~/Library/Application\ Support/Code/User/settings.json
$ ln -s  ~/dotfiles/.vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json

# Warp テーマの有効化
$ ln -s ~/dotfiles/.warp ~/.warp

# Ghostty の設定ファイル
$ rm -rf ~/Library/Application\ Support/com.mitchellh.ghostty/config
$ ln -s ~/dotfiles/ghostty/config ~/Library/Application\ Support/com.mitchellh.ghostty/config

以上。

各種アプリケーションの設定

.Brewfile の更新

$ brew bundle dump --global --force

GitHub の SSH 接続

下記ドキュメントを参考に GitHub との SSH 接続を行う。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors