An open API service indexing awesome lists of open source software.

https://github.com/hdnha11/dotfiles

My Dotfiles
https://github.com/hdnha11/dotfiles

dotfiles hammerspoon tmux vim zsh

Last synced: 11 months ago
JSON representation

My Dotfiles

Awesome Lists containing this project

README

          

# My Dotfiles

This repo contains the configuration to setup my machines. This is using [Chezmoi](https://chezmoi.io), the dotfile manager to setup the install.

## Install

```shell
$ export GITHUB_USERNAME=hdnha11
$ sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply $GITHUB_USERNAME
```

> Note that this script will install the `chezmoi` binary in the `./.local/bin` directory. Remember to change your working directory to your home directory before running the script.