Personal dotfiles repo. Simple and Minimal.
- zsh - shell
- Alacritty - fastest terminal ever
- tmux - terminal multiplexer
- neovim - text editor
- I choose to move forward from vim compatibility
- asdf - tool version manager (to rule them all?)
Configuring a new machine doesn't have to be painful. See the setup/ directory and check your flavor:
- MacOS
- Linux (TBD)
Yes.
- Clone this repo at
.dotfilesdir inside your$HOMEdir
$ git clone https://github.com/caiangums/dotfiles.git $HOME/.dotfiles- Run install script
$ cd .dotfiles
$ ./install.sh-
Update the
.gitconfigfile with your name and email -
neovim - Open editor and run
:PlugInstall
Personal choices. Facing that as a goal and not as a path limit the possibility to improve.
And what about OhMyZsh?
I like it and used it before. But I prefer maintain my own configs based on what best fits me.