Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qgadrian/dotfiles
🛠Collection of scripts to setup my macOS workstation
https://github.com/qgadrian/dotfiles
dotfiles macos nvim nvim-configs nvim-lsp peco
Last synced: 3 months ago
JSON representation
🛠Collection of scripts to setup my macOS workstation
- Host: GitHub
- URL: https://github.com/qgadrian/dotfiles
- Owner: qgadrian
- Created: 2018-10-10T13:38:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T09:50:38.000Z (5 months ago)
- Last Synced: 2024-08-28T10:56:31.880Z (5 months ago)
- Topics: dotfiles, macos, nvim, nvim-configs, nvim-lsp, peco
- Language: Lua
- Homepage:
- Size: 7.48 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Description
Collection of scripts that will automate the setup of a fresh workstation.
## Prerequisites
* Install git with `xcode-select --install`
* Setup git [following these instructions](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)## Usage
> You can either comment/uncomment the tools to be installed in the entrypoint
> file `./install.sh` or install one by one manually using each tools directory.run `./install.sh`
## DISCLAIMER
This project is intended to **work only with macOS** and is using my own
personal preferences, therefore it should be used as a template or suggestion.## Useful stuff in this repo
This is the listing of every day stuff that I use and no longer can live
without.### Kubernetes aliases
There are aliases to prompt a filterable list of pods to execute console, list
logs, etc...Available at `./zsh/profiles/kubernetes`
### GitHub aliases
Besides the personal custom git alises, at `./zsh/profiles/git` you can find
alises to trigger GitHub workflow executions from the console.