https://github.com/erbridge/dotfiles
My personal dotfiles
https://github.com/erbridge/dotfiles
dotfiles
Last synced: 2 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/erbridge/dotfiles
- Owner: erbridge
- License: other
- Created: 2019-08-13T17:09:54.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T03:32:20.000Z (over 3 years ago)
- Last Synced: 2025-04-04T10:59:08.042Z (over 1 year ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 39.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Install
### Automated Installation
Run the install script after checking out this repository to automatically
create symlinks.
```sh
$ ./install.sh
```
### Manual File Locations
#### `bin`
All files belong in `$HOME/bin` with the same paths.
#### `cargo`
All files belong in `$HOME/.cargo` with the same paths.
#### `home`
All files and directories belong in `$HOME` with the same paths.
#### `homebrew`
##### `Brewfile`
Run `brew bundle --file=path/to/Brewfile` to configure taps and install
packages. Update with `brew bundle dump --file=path/to/Brewfile --force`.
#### `rbenv`
##### `default-gems`
`$(rbenv root)/default-gems`
#### `ssh`
All files belong in `$HOME/.ssh` with the same paths.
#### `starship`
All files belong in `$HOME/.config` with the same paths.
#### `vscode`
##### `extention-list`
Run `xargs -n 1 code --install-extension < path/to/extension-list` to install
extensions. Update with `code --list-extensions > path/to/extension-list`.
##### `user`
All files and directories belong in the following directories with the same
paths.
- macOS: `$HOME/Library/Application Support/Code/User`