Various unix scripts and configurations, intended for personal use to reliably reproduce configs.
Find a file
2022-12-24 20:49:40 +05:30
.config chore(submodules): fix git not using submodules 2022-12-24 20:49:40 +05:30
.bash_aliases init: 24/12/22 2022-12-24 20:25:37 +05:30
.bash_logout init: 24/12/22 2022-12-24 20:25:37 +05:30
.bash_profile init: 24/12/22 2022-12-24 20:25:37 +05:30
.bashrc init: 24/12/22 2022-12-24 20:25:37 +05:30
.gitconfig init: 24/12/22 2022-12-24 20:25:37 +05:30
.gitmodules chore(submodules): fix git not using submodules 2022-12-24 20:49:40 +05:30
.profile init: 24/12/22 2022-12-24 20:25:37 +05:30
LICENSE.md chore(licensing): GPL 2022-12-24 20:28:14 +05:30
README.md chore(README): include README 2022-12-24 20:37:41 +05:30

dotfiles

This repository includes a collection of common configurations and scripts intended for use on personal unix-like devices. You can also use this as a starting point for your configurations by simply cloning this repository and symlinking the necessary files and directories. For example, you could use my ~/.bashrc by running:

git clone https://github.com/CompeyDev/dotfiles.git
cd dotfiles
ln -s .bashrc ~/.bashrc