https://github.com/cchacin/dotfiles
Dot-files
https://github.com/cchacin/dotfiles
Last synced: 5 months ago
JSON representation
Dot-files
- Host: GitHub
- URL: https://github.com/cchacin/dotfiles
- Owner: cchacin
- Created: 2015-12-04T02:09:05.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T14:44:52.000Z (over 1 year ago)
- Last Synced: 2024-06-07T16:16:15.100Z (over 1 year ago)
- Language: Shell
- Size: 783 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles

## What's in there
### Using GNU Stow
> [GNU Stow][1] is a symlink farm manager which takes distinct sets of software and/or data located in separate directories on the filesystem, and makes them all appear to be installed in a single directory tree.
### OhMyZsh
[OhMyZsh][2] configured using [Antigen][3] and [powerlevel10k][4] theme:

OhMyZSH Plugins:
- ssh-agent
- gpg-agent
- autojump
- brew
- brew-cask
- colored-man-pages
- common-aliases
- docker
- docker-compose
- git
- git-extras
- git-hubflow
- git-remote-branch
- gitignore
- heroku
- history
- httpie
- mvn
- sudo
- rbenv
- jenv
- zsh-users/zsh-syntax-highlighting### Homebrew
[Homebrew][5] formulas and casks installed and backed up in a bundle: `Brewfile`
- `brew bundle install` to install all the formulas and casks
- `brew bundle dump -f` to regenerate the `Brewfile`### Atom
- `apm list --installed --bare | grep '^[^@]\+' -o > atom/atom-packages.txt`
### Git
- Global `.gitconfig`
- Global `.gitignore`### Java
- JDKs installed with Hombrew
- [jEnv][6] installed with Hombrew
- Global `.mavenrc` using [jEnv][6]### OBS Studio
All the obs-studio configurations, scenes and profiles
## How to install:
```sh
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/cchacin/dotfiles/master/install.sh)"
```[1]: (https://www.gnu.org/software/stow/manual/stow.html)
[2]: (https://ohmyz.sh/)
[3]: (https://antigen.sharats.me/)
[4]: (https://github.com/romkatv/powerlevel10k)
[5]: (https://brew.sh/)
[6]: (https://www.jenv.be/)