Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 686 Bytes

My Dotfiles

These are my dotfile configuration files for different software in Bash.

.vimrc

This is my custom .vimrc configuration for Vim.

.bashrc

This is my custom .bashrc configuration for Bash.

bin

This directory contains my bash scripts

  • Linux.sh: main logic of the program, checks if the current installation is linux and creates the .TRASH directory

  • cleanup.sh: cleans up the processes of Linux.sh

etc

this directory contains my bash_rc and vim rc files

  • bashrc_custom: enables long list of ailiases.

  • vimrc: enables syntax, sets ruler, sets autoindent, sets number, changes color to elflord.

Makefile

Basic makefile, runs both the bash scripts.