https://github.com/aracki/configs
Carefully selected aliases for Git, Docker, Kubernetes and stuff
https://github.com/aracki/configs
aliases bash fish
Last synced: 23 days ago
JSON representation
Carefully selected aliases for Git, Docker, Kubernetes and stuff
- Host: GitHub
- URL: https://github.com/aracki/configs
- Owner: Aracki
- Created: 2016-05-20T12:51:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T09:59:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T09:44:56.026Z (over 1 year ago)
- Topics: aliases, bash, fish
- Language: Shell
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# configs
Carefully selected aliases and configs that accelerates my productivity.
## Included files
* `~/.aliases`
* `~/.vimrc`
* `~/.config/fish/config.fish`
* `~/.config/fish/functions/fish_user_key_bindings.fish` (enables fzf reverse search; check [this](https://github.com/junegunn/fzf/blob/master/shell/key-bindings.fish))
## Fish kube prompt
Install [fish-kube-prompt](https://github.com/aluxian/fish-kube-prompt#install) and modify `__kube_prompt.fish` file based on examples.