Skip to content

mr-mig/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles for my Mac and Codespaces setup

Setup

On a fresh machine without git

Follow this steps to make an initial dotfiles setup:

  1. Generate and add a new SSH key to GitHub
  2.  mkdir -p ~/.dotfiles && cd ~/.dotfiles
     git clone git@github.com:mr-mig/dotfiles.git .
     script/setup

On a machine with installed dotfiles

Run script/setup to bootstrap the environment:

cd ~/.dotfiles
git pull
script/setup

In Codespaces

Enable dotfiles in settings:

  1. Go to https://github.com/settings/codespaces
  2. Check "Automatically install dotfiles"

The setup will be run automatically for new codespaces.

How to copy?

If you want to create your own dotfiles, start with this post. If you want to know more about dotfile, check out dotfiles.github.io. Also, feel free to fork this repo.

What's included?

Add a list of significant software here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published