Skip to content

linux-ricing-project/dotfiles

Repository files navigation

Icon

dotfiles

Inspired from dotfiles of Aurélio Jargas

My config files, for personal use.

The script install_dotfiles.sh create symbolic links of files:

  • All files inside dotfiles folder go to $HOME
  • All files inside config folder go to ${HOME}/.config.
  • All files inside public-dotfiles folder go to ${HOME}/.public-dotfiles

After that run the script, reload your terminal, close it and open it again.

OBS: To choose which shell to use, use the alias: bashTozsh or zshTobash, and reload terminal

Install

git clone git@github.com:frankjuniorr/dotfiles.git
cd dotfiles
./install_dotfiles.sh

[current terminal] Terminal example (zsh)

Icon

Icon

Terminal example (bash)

Icon

Terminal example with git conflicts [bash]

Icon