Skip to content

arthurc0102/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My config files

Install

  1. Auto install: curl -sL https://raw.githubusercontent.com/arthurc0102/dotfiles/master/setup.sh | sh
  2. Manual install:
    1. Clone this repo: git clone https://github.com/arthurc0102/dotfiles.git ~/.dotfiles.
    2. Run setup script: sh ~/.dotfiles/setup.sh or link config file to the right place by yourself.

Setup

Git

Update name and email in ~/.gitconfig.user

If you need to use multi account add config below to your .gitconfig.user

[includeIf "gitdir:/path/to/work/"]  # The trailing slash is necessary.
  path = ~/.gitconfig.work

Example for .gitconfig.work

[core]
  sshCommand = "ssh -o IdentitiesOnly=yes -i ~/.ssh/work.pub"

[user]
  email = [email protected]
  name = Your Name

uv

Install uv: curl -LsSf https://astral.sh/uv/install.sh | sh

Nvm

Install nvm: git clone https://github.com/nvm-sh/nvm.git ~/.nvm

Install node:

nvm install --lts
nvm use --lts

Font

Cascadia Code: https://github.com/microsoft/cascadia-code

Test

  • Test startup speed: /usr/bin/time zsh -i -c exit