Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiaskorhonen/dotfiles
Just my dot files. Use them if they're useful to you…
https://github.com/matiaskorhonen/dotfiles
Last synced: about 2 months ago
JSON representation
Just my dot files. Use them if they're useful to you…
- Host: GitHub
- URL: https://github.com/matiaskorhonen/dotfiles
- Owner: matiaskorhonen
- Created: 2011-08-27T10:14:21.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T13:10:46.000Z (3 months ago)
- Last Synced: 2024-10-31T06:41:55.210Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 381 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matt's dot files
Just my dot files. Use them if you can...
> [!CAUTION]
> * I don't take responsibility for anything at all
> * If you're going to use these dotfiles, you should probably fork this repo and edit as necessary## Prerequisites
* Git
* [Oh My Zsh!](https://ohmyz.sh) should be installed in the `~/.oh-my-zsh` directory
* The install script needs [Gum](https://github.com/charmbracelet/gum) but it can automatically download a temporary copy of it on macOS and Linux.## Installation
> [!IMPORTANT]
> You probably want to read what the install script does before running it as it will do things without prompting first…1. Clone the repository
```sh
git clone https://github.com/matiaskorhonen/dotfiles.git ~/.dotfiles
```2. Run the install script
```sh
./install.sh
```