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
- Host: GitHub
- URL: https://github.com/samouss/dotfiles
- Owner: samouss
- Created: 2015-05-07T08:22:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2026-02-06T23:42:12.000Z (5 months ago)
- Last Synced: 2026-02-07T10:11:55.692Z (5 months ago)
- Topics: atom, dotfiles, git, iterm, oh-my-zsh
- Language: Shell
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```