Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tizz98/work-dotfiles

dotfiles for work
https://github.com/tizz98/work-dotfiles

Last synced: 9 days ago
JSON representation

dotfiles for work

Awesome Lists containing this project

README

        

# Eli's Work Dotfiles

These are the [dotfiles](https://dotfiles.github.io/) I use for work.
They probably won't work for you, but you can use it as a reference for your own.
I use `chezmoi` for my dotfiles, because I like the name and its CLI.

## Install `chezmoi`

### macOS

```bash
brew install chezmoi
```

### Linux

```shell
sh -c "$(curl -fsLS get.chezmoi.io)"
```

## New machine setup

```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply tizz98/work-dotfiles
./$HOME/install.sh
```

## First time setup

> This is for future reference, since this is done once.

```shell
chezmoi init https://github.com/tizz98/work-dotfiles.git
```