Various unix scripts and configurations, intended for personal use to reliably reproduce configs.
Find a file
2024-06-21 13:17:33 +05:30
.config feat: include fastfetch config 2024-02-17 20:38:25 +05:30
.vscode include vscode extensions list for github codespaces 2024-04-02 14:36:16 +05:30
bin fix: fix some bugs in git wrapper scripts 2024-06-21 12:58:18 +05:30
.bash_aliases init: 24/12/22 2022-12-24 20:25:37 +05:30
.bash_logout fix: .bash_logout no christmas 2024-02-15 16:33:23 +05:30
.bash_profile init: 24/12/22 2022-12-24 20:25:37 +05:30
.bashrc feat: bashrc v0.2.0 2023-08-12 23:19:25 +05:30
.gitconfig feat: sane git diff & other aliases 2022-12-25 18:39:50 +05:30
.gitmodules feat: include v2 neovim configs 2024-02-15 16:51:44 +05:30
.profile init: 24/12/22 2022-12-24 20:25:37 +05:30
.screenfetchrc feat: include screenfetch ASCII config 2023-08-13 12:38:47 +05:30
.stow-local-ignore ignore certain files with stow 2024-04-07 16:36:48 +05:30
.zshrc feat: include zsh configs 2024-02-15 16:29:50 +05:30
install.sh fix symlink command 2024-04-07 16:53:25 +05:30
LICENSE.md chore(licensing): GPL 2022-12-24 20:28:14 +05:30
README.md update README to include info on install.sh 2024-04-04 14:01:33 +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

The repository also includes a ./install.sh convenience script which installs required dependencies and uses GNU Stow to create an automated symlink farm. Currently, this script only works on Arch Linux based distributions (which have the pacman command).