8000 GitHub - mistralll/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mistralll/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

セットアップ手順

  1. HomeBrewのインストール
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  1. Git のインストールと設定
brew install git
git config --global user.name <名前>
git config --global user.email <メール>
  1. GitHub に ssh-key を設定
cd ~/.ssh # ディレクトリがなければ作る
ssh-keygen -t rsa
pbcopy < <キーの名前>.pub
  1. このリポジトリをクローン

  2. symbol.sh を実行

  3. install_brewfile.sh を実行

AppStoreからインストールする必要のあるアプリ

  • RunCat
  • SafeInCloud
  • LINE
  • lol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0