Personal dotfiles repo. Simple and Minimal.
- zsh - shell
- Alacritty - fastest terminal ever
- tmux - terminal multiplexer
- neovim - text editor (vim compatible)
- 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
.dotfiles
dir inside your$HOME
dir
$ git clone https://github.com/caiangums/dotfiles.git $HOME/.dotfiles
- Run install script
$ cd .dotfiles
$ ./install.sh
-
Update the
.gitconfig
file with your name and email -
[optional] vim/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.