https://github.com/debbl/dotfiles
https://github.com/debbl/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/debbl/dotfiles
- Owner: Debbl
- Created: 2023-02-11T12:25:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T15:55:18.000Z (over 1 year ago)
- Last Synced: 2025-10-19T13:23:42.403Z (8 months ago)
- Language: Vim Script
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```