This directory is meant to be located in ~/.dotfiles
.
Dot files, also known as hidden files, are files on a Unix-based operating system that begin with a "." (dot) character. These files are typically used to store configuration information for various programs and are hidden by default in directory listings. Examples of common dot files include .bashrc
, .bash_profile
, and .gitconfig
.
Vim is the ultimate text editor and it uses a file name .vimrc for customizations. This section contains some of the most imporntant resources that can be used for customizations.
Bash is the GNU Project's shell—the Bourne Again SHell. The .bashrc file is a script file that’s executed when a user logs in. The file itself contains a series of configurations for the terminal session.
Resources -
tmux is a terminal multiplexer. Allows multiple terminal sessions to be accessed in a single window.
Resources -