Skip to content

haganelego/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

新規環境セットアップ用のdotfiles

リポジトリのクローン

  1. dotfilesをクローン
     cd $HOME/usr
     git clone https://github.com/haganelego/dotfiles.git
     cp dotfiles/.zshrc ~/

zshのセットアップ

  1. zshをインストール:
    sudo apt install zsh
  2. zshをデフォルトのシェルに設定します:
    chsh -s $(which zsh)
  3. zshの設定のシンボリックリンク:
    ./zsh/install.sh
  4. starshipの設定ファイルをコピーします:
    cp dotfiles/starship.toml ~/.config/starship.toml
  5. zshの設定ファイルにstarshipの初期化を追加します:
    echo 'eval "$(starship init zsh)"' >> ~/.zshrc
  6. fzfのインストール
    ./tmuximum/install_fzf.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages