Skip to content

tushgaurav/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

.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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published