Skip to content

jrzvnn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

dotfiles are what most Linux enthusiasts call configuration files.

preview

preview

This repository contains configuration files for various tools and applications that I use on my personal computer. These configuration files, also known as "dotfiles," are named with a leading . and are stored in the home directory (~/) of the user.

Contents

  • .bashrc: configuration file for the Bash shell, which is the default shell on most Linux systems.
  • .vimrc: configuration file for the Vim text editor.
  • i3: configuration files for the i3 window manager, which is a tiling window manager for Linux.
  • neofetch: configuration file for the Neofetch system information tool.
  • rofi: configuration file for the Rofi application launcher and window switcher.

File Structure

├── .config
│   ├── i3
│   │   └── config
│   ├── neofetch
│   │   └── config.conf
│   └── rofi
│       └── config
├── .bashrc
├── .vimrc
└── .zshrc

Usage

To use these dotfiles on your own system, simply clone this repository and move the configuration files to the appropriate locations in your home directory. For example, to use the .bashrc file, copy it to ~/.bashrc.

Keep in mind that these configuration files may contain personalization and customization specific to my own setup and preferences. You may want to review and modify the files to suit your own needs before using them.

About

dotfiles are what most Linux enthusiasts call configuration files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published