Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhurray/dotfiles
Personal dotfiles
https://github.com/jhurray/dotfiles
Last synced: 17 days ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/jhurray/dotfiles
- Owner: jhurray
- Created: 2021-10-02T00:08:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T17:34:04.000Z (about 3 years ago)
- Last Synced: 2023-08-09T08:44:05.059Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles## Installation
1. Install this repo with `curl` (assumes a zsh shell):
```bash
zsh -c "`curl -fsSL https://raw.githubusercontent.com/jhurray/dotfiles/master/install.sh`"
```This will clone or download, this repo to `~/.dotfiles` depending on the availability of `git`.
Follow the prompts to link the appropriate dotfiles.
2. Alternatively, clone manually into the desired location:
```bash
git clone https://github.com/jhurray/dotfiles.git ~/.dotfilescd ~/.dotfiles
chmod -v 755 "link.sh"
./link.sh
```## Uninstalling
```bash
cd ~/.dotfiles./unlink.sh
rm -rf ~/.dotfiles
```