Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntwb/dotfiles

My personal dotfiles for Fish Shell, VS Code, GitHub and other tools
https://github.com/ntwb/dotfiles

dotfiles fish macos shell visual-studio-code

Last synced: 26 days ago
JSON representation

My personal dotfiles for Fish Shell, VS Code, GitHub and other tools

Awesome Lists containing this project

README

        

# dotfiles

My personal dotfiles

## Usage

1. Create (or restore) an SSH key and add it to your [GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh).

2. Install Homebrew:
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

3. Install Git:
```shell
brew install git
```

4. Install [yadm](https://yadm.io)
```shell
brew install yadm
```

5. Clone his repo with yadm:
```shell
yadm clone [email protected]:ntwb/dotfiles.git
```