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

https://github.com/debbl/dotfiles


https://github.com/debbl/dotfiles

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Oh My Zsh

```
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
```

```
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
```

# SSH

```
ssh-keygen -m PEM -t ed25519 -C "your.email@example.com"
```

# Git

https://git-scm.com/book/zh/v2/起步-初次运行-Git-前的配置

```
git config --global user.name "John Doe"
```

```
git config --global user.email johndoe@example.com
```

# VS Code 配置

- https://github.com/Debbl/vscode-settings

# Usage

- copy dotfile to $HOME directory

```bash
./build/sh
```