This repository serves as a way for me to keep track of and maintain my configuration files on Linux.
- all
vimconfiguration files, including various plugins and my.vimrc - all my shell configuration in
.zshrc - all my configurations for my Arch BSPWM install
- including
polybar,dunst, androfi
- including
At some point, I may write up a simple script to assist with installing these various configuration files. For now, it can be done the manual way.
- Clone the repository
git clone git@github.com:kevinlinvxd/dotfiles.git
- Change into the repo directory
cd dotfiles
- Move the config files to new .config folder
cp -r .config/{alacritty,bspwm,dunst,neofetch,polybar,rofi,sxhkd,htop} ~/.config
- Give exec perms to scripts and some files
chmod +x ~/.config/polybar/launch.sh
chmod +x ~/.config/polybar/scripts/*
chmod +x ~/.config/bspwm/bspwmrc
Licensed under the MIT License. 2022 @ Kevin Lin. All files are free to use and can be distributed under terms in LICENSE.
