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

https://github.com/samouss/dotfiles

🔧 .files
https://github.com/samouss/dotfiles

atom dotfiles git iterm oh-my-zsh

Last synced: 5 months ago
JSON representation

🔧 .files

Awesome Lists containing this project

README

          

## Dotfiles

### brew

```
brew bundle
```

```
brew bundle dump
```

### git

Credentials are stored in `~/.gitconfig.local`

```bash
ln -s "$PWD/git/.gitconfig" ~/.gitconfig
```

```bash
touch ~/.gitconfig.local
```

```
[url "https://$TOKEN:x-oauth-basic@github.com/"]
insteadOf = https://github.com/
```

### ZSH

```bash
ln -s "$PWD/zsh/.zshrc" ~/.zshrc
```

### VSCode

Turn on "Settings Sync".

### iTerm

Turn on the preferences from a custom folder:

```
Settings > General > Preferences
```

### Claude

```bash
ln -s "$PWD/claude/settings.json" ~/.claude/settings.json
```

### Sketch

```
ln -s "$PWD/sketch/.sketch" ~/.sketch
chmod +x ~/.sketch
```

> https://www.sketch.com/updates/#version-53.2

### Metis

```bash
ln -s "$PWD/metis/credentials" ~/.metis/credentials
```