tushgaurav / dotfiles

My personal configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

This directory is meant to be located in ~/.dotfiles.

What are dot files?

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.

.vimrc

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.

.bashrc

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.conf

tmux is a terminal multiplexer. Allows multiple terminal sessions to be accessed in a single window.

Resources -

About

My personal configuration files


Languages

Language:Lua 74.9%Language:Shell 19.3%Language:Vim Script 5.8%