Skip to content

caiangums/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

50 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š 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.