linux-ricing-project / dotfiles

:black_circle: My Linux config files, alias and functions :black_circle:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:black_circle: My Linux config files, alias and functions :black_circle:


Languages

Language:Shell 96.9%Language:Vim Script 3.1%