Skip to content

tushgaurav/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

dotfiles thumbnail

Welcome to my dotfiles repository!

This directory is meant to be located in ~/.dotfiles. Dotfiles (hidden files beginning with a dot, like .bashrc, .gitconfig, .vimrc) store configuration for your shell, editor, and other tools. Keeping them in version control makes it easy to sync setups across machines.

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

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.

Resources -

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

.tmux.conf

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

Note: Install tree on mac os for the sidebar functionality.

brew install tree

Ghostty

I really like the Zero Configuration Philosopy Ghostty has. I only need to change the theme, but that's also optional, I really like the defaults.

Resources -

Resources -

About

My personal configuration files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published