A place to track all of my configurations. Also helps when setting up a new machine.
First, check out the dotfiles repo in your $HOME directory using git
$ git clone [email protected]:hgrias/dotfiles.git
$ cd dotfiles
Run the install script to install needed dependencies.
$ sh install.sh
Create the required symlinks via stow
:
stow .
CLI Tools & Utilities
- XCode Command Line Tools
- ZSH
- Oh My Zsh
- zsh-syntax-highlighting
- zsh-autosuggestions
- zsh-completions
- zsh-you-should-use
- rebase-editor - better rebasing tool
- bat - better cat
- fzf - command line fuzzy finder
- stow - symlink farm manager
- fd - find alternative
- eza - better ls
- git-delta - better git diff
- zoxide - better cd
- fzf-git - zsh key bindings for git powered by fzf
Design
Generating a new SSH key and adding it to the ssh-agent