Skip to content

2754github/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Setup

For macOS (Apple Silicon)

  1. Run the following commands

    cd $HOME
    mkdir -p $HOME/.ssh
    ssh-keygen -t ed25519 -N '' -f $HOME/.ssh/github
    pbcopy < $HOME/.ssh/github.pub
  2. Register the key > https://github.com/settings/keys

  3. Run the following commands

    cd $HOME
    git clone git@github.com:2754github/dotfiles.git
    $HOME/dotfiles/run setup
    source $HOME/.zshrc
    $HOME/dotfiles/run doctor
  4. Others

Test

echo 'brew "mise"\nbrew "starship"' > $HOME/dotfiles/Brewfile
$HOME/dotfiles/scripts/test
$HOME/dotfiles/run setup
source $HOME/.zshrc
$HOME/dotfiles/run doctor
exit
git restore $HOME/dotfiles/Brewfile

About

2754's dotfiles

Resources

Stars

Watchers

Forks