https://github.com/binste/dotfiles
https://github.com/binste/dotfiles
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binste/dotfiles
- Owner: binste
- License: mit
- Created: 2022-07-02T13:52:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T13:41:04.000Z (about 3 years ago)
- Last Synced: 2024-12-29T16:55:55.026Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
This repo contains some personal configuration files and setup scripts
## Requirements
The following software should already be installed
* VS Code
* Git
## Usage
* Clone repo to `~/dotfiles`: `git clone https://github.com/binste/dotfiles.git ~/dotfiles`
* On a new machine, execute `install-vscode-extensions.sh` and copy `settings.json` to appropriate vs code settings location
* In devcontainer or new machine, execute `install.sh`
* Set environment variables `GIT_COMMITTER_NAME`, `GIT_COMMITTER_EMAIL`, `GIT_AUTHOR_NAME`, `GIT_AUTHOR_EMAIL` e.g. using `~/.zshenv`:
# Mac
Change "Keyboard" -> "Key repeat rate" to "Fast"