Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgomezcasas/dotfiles
:penguin: Simple, fast, productivity-increaser dotfiles
https://github.com/rgomezcasas/dotfiles
alfred bash contexts dotfiles fasd fzf git intellij iterm shell spectacle vim zsh
Last synced: 27 days ago
JSON representation
:penguin: Simple, fast, productivity-increaser dotfiles
- Host: GitHub
- URL: https://github.com/rgomezcasas/dotfiles
- Owner: rgomezcasas
- License: mit
- Created: 2014-04-13T11:05:04.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:22:52.000Z (3 months ago)
- Last Synced: 2024-09-27T05:22:21.929Z (about 1 month ago)
- Topics: alfred, bash, contexts, dotfiles, fasd, fzf, git, intellij, iterm, shell, spectacle, vim, zsh
- Language: Shell
- Homepage:
- Size: 43.8 MB
- Stars: 346
- Watchers: 17
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - rgomezcasas/dotfiles - :penguin: Simple, fast, productivity-increaser dotfiles (Shell)
README
rgomezcasas/dotfiles
Simple, fast, productivity-increaser dotfiles
Install •
Shell •
Bash Scripts •
Git configuration## 🚀 Installation
```bash
bash <(curl -s https://raw.githubusercontent.com/rgomezcasas/dotfiles/master/installer)
```
Also, I have my **personal** [installation guide](doc/installation-guide.md).## Performance 🐢💨
I like to open/split the iTerm and immediately have all operative. I've reached this goal with this configuration.```bash
λ ~ dot shell zsh test_performance
real 0.01s user 0.00s sys 0.00s
real 0.01s user 0.00s sys 0.00s
real 0.01s user 0.00s sys 0.00s
real 0.01s user 0.00s sys 0.00s
real 0.01s user 0.00s sys 0.01s
real 0.01s user 0.00s sys 0.00s
real 0.01s user 0.00s sys 0.00s
real 0.01s user 0.00s sys 0.01s
real 0.01s user 0.00s sys 0.00s
real 0.01s user 0.00s sys 0.00s
```This is a way faster than using oh-my-zsh with the minimal setup.
## 🥳 Usage
Executedot
in your terminal and you'll see all the scripts (and its documentation).## 🔰 Update
```bash
dot self update
```## 🔥 Other dotfiles I like
* https://github.com/Tuurlijk/dotfiles: Good performance
* https://github.com/denisidoro/dotfiles: `dot` command "inspiration"## ⚖️ License
The MIT License (MIT). Please see [License](LICENSE) for more information.