Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleinfreund/dotfiles
My configuration files (dotfiles) and a script for setting them up.
https://github.com/kleinfreund/dotfiles
aliases configuration dotfiles
Last synced: 29 days ago
JSON representation
My configuration files (dotfiles) and a script for setting them up.
- Host: GitHub
- URL: https://github.com/kleinfreund/dotfiles
- Owner: kleinfreund
- Created: 2015-02-14T12:26:22.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T18:00:37.000Z (over 2 years ago)
- Last Synced: 2024-10-20T01:14:14.982Z (4 months ago)
- Topics: aliases, configuration, dotfiles
- Language: Shell
- Homepage:
- Size: 189 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This is a collection of dotfiles and configuration files that I use in my development process. It also has a script to put these files into place via symbolic links.
## Usage
### Setup a new machine
1. Fork this repository.
2. Run the deploy script.```sh
./deploy.sh
```This will create symbolic links in your home directory to all files in the repository’s `home` directory. It will also attempt to install software that I regularly use for development (e.g. Z shell, Oh My Zsh, Z shell plugins, etc.).
### Update files in the repository
Use the collect script to backup configuration files for [Visual Studio Code](https://code.visualstudio.com/) and [Albert](https://github.com/albertlauncher/albert).
```sh
./collect.sh
```