dotfiles/dotfiles
2022-09-15 21:51:28 -05:00
..
vim first commit 2020-09-11 22:12:49 -05:00
zsh first commit 2020-09-11 22:12:49 -05:00
.gitignore first commit 2020-09-11 22:12:49 -05:00
.p10k.zsh new init 2021-11-16 10:21:59 -06:00
agignore first commit 2020-09-11 22:12:49 -05:00
aliases.zsh [Clean Up] - Removed non-used aliases 2022-09-15 21:51:03 -05:00
commit-conventions.txt (add): Adding commit conventions and gitconfig 2021-02-13 17:22:35 -06:00
gitconfig (add): Adding commit conventions and gitconfig 2021-02-13 17:22:35 -06:00
gitignore first commit 2020-09-11 22:12:49 -05:00
LICENSE first commit 2020-09-11 22:12:49 -05:00
post_install Update post_install 2022-01-30 18:43:55 -06:00
post_install_fed Update go 2022-05-29 15:38:17 -05:00
README.md new init 2021-11-16 10:21:59 -06:00
vimrc [Clean Up] - Removed EOF line 2022-09-15 21:51:28 -05:00
zshrc working on dotfile cleanup 2022-05-28 23:21:21 -05:00

Install

./post_install will run a script that installs the software that I use on daily basis, and if you have all the necessary programs installed. If you don't, it installs them for you! Once the dependencies are installed, it will run any third party installations, and create symlinks for the necessary config files in the correct locations.

Dotfiles

Here's my collection of dotfiles I use on Linux environments. I continuously add to this repo over time, as I customise my dev environment. Feel free to fork this and modify the scripts/dotfiles to suit your own needs!

Git Make sure to edit the gitconfig and add your credentials instead of mine

VIM Installation Tips I use neovim and vim-plug. So if you're using regular vim you might want to remove the neovim specific plugins from my vimrc. Also, you might need to run :PlugClean to remove the plugin directories then run :PlugInstall to reinstall them.