/dotfiles

📚 Dotfiles

Primary LanguageShell

📚 dotfiles

Personal dotfiles repo. Simple and Minimal.

📦 What I use

  • zsh - shell
  • Alacritty - fastest terminal ever
  • tmux - terminal multiplexer
  • neovim - text editor (vim compatible)
  • asdf - tool version manager (to rule them all?)

🐺 What about the first setup?

Configuring a new machine doesn't have to be painful. See the setup/ directory and check your flavor:

🧙‍♂️ Why focused in simplicity?

Yes.

🔭 Install

  1. Clone this repo at .dotfiles dir inside your $HOME dir
$ git clone https://github.com/caiangums/dotfiles.git $HOME/.dotfiles
  1. Run install script
$ cd .dotfiles
$ ./install.sh
  1. Update the .gitconfig file with your name and email

  2. [optional] vim/neovim - Open editor and run :PlugInstall

🤔 Why do you use X instead of Y?

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.