Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntwb/dotfiles
- Owner: ntwb
- Created: 2012-10-21T05:15:43.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T02:02:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T17:29:32.991Z (about 2 months ago)
- Topics: dotfiles, fish, macos, shell, visual-studio-code
- Language: Shell
- Homepage:
- Size: 451 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```