Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienbreux/.dotfiles
🎛 Personal dotfiles
https://github.com/julienbreux/.dotfiles
brew brewfile dotfiles homebrew oh-my-zsh oh-my-zsh-plugin oh-my-zsh-theme
Last synced: about 1 month ago
JSON representation
🎛 Personal dotfiles
- Host: GitHub
- URL: https://github.com/julienbreux/.dotfiles
- Owner: JulienBreux
- License: mit
- Created: 2019-07-19T12:44:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T07:49:32.000Z (over 3 years ago)
- Last Synced: 2024-10-12T00:22:46.909Z (3 months ago)
- Topics: brew, brewfile, dotfiles, homebrew, oh-my-zsh, oh-my-zsh-plugin, oh-my-zsh-theme
- Language: Shell
- Size: 3.92 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎛 Personal dotfiles
## Getting started
### Install brew
```bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```### Execute brew bundle install
```bash
brew bundle
```### Run post-install
```bash
task setup
```### Theme for iTerm
- See [Kevin Smets Gist](https://gist.github.com/kevin-smets/8568070)
### Alias
- `lls`: List all human readable
- `k`: `kubctl`
- `h`: `helm`
- `d`: `docker`
- `c`: `code`
- `tf`: `terraform`
- `tg`: `terragrunt`
- `t`: `task`
- `bb`: `brew bundle`
- `a`: `aws`
- `cdf`: Go to `.dotfiles` dir### Useful commands
- `zs`: Source `.zshrc` files
- `zt`: Execute `.dotfiles` tasks### Dotfiles command
- `github:docker:login`: Github - Docker login
- `setup`: Setup installation
- `setup:omz`: Setup Oh My ZSH
- `setup:omz:plugins`: Setup Oh My ZSH Plugins
- `setup:omz:theme`: Setup Oh My ZSH Themes
- `setup:os`: Setup OS
- `setup:shell`: Setup shell## GPG Signature
You can download Julien Breux's public key to verify the signature.
`gpg --keyserver hkp://pgp.mit.edu --recv-keys 0BD023FA`