Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tizz98/work-dotfiles
- Owner: tizz98
- Created: 2024-01-30T16:16:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T21:39:02.000Z (9 months ago)
- Last Synced: 2024-04-23T15:22:38.086Z (7 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```