My shell configuration.
This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
Andrew Coleman cffe71ed45 Merge branch 'master' of github.com:penguincoder/dotfiles 2019-01-16 21:04:04 -05:00
.config/kitty update kitty config 2019-01-16 21:03:35 -05:00
.fonts add plexnerdfont to dotfiles 2018-08-10 08:31:22 -04:00
.vim Adding rust syntax plugin 2018-07-21 00:43:39 -04:00
bin kitty completions 2019-01-16 21:00:58 -05:00
.bash_aliases update ls alias 2018-09-17 21:18:35 -04:00
.bash_profile my dotfiles 2018-07-17 09:48:02 -04:00
.bashrc disable powerline in screen/tmux 2019-01-16 20:52:59 -05:00
.gitconfig add git alias for branches last updated 2018-12-07 12:56:06 -05:00
.gitignore add plexnerdfont to dotfiles 2018-08-10 08:31:22 -04:00
.gitmodules fix module path 2018-07-23 11:18:21 -04:00
.kerlrc default kerl configuration 2018-08-01 06:28:38 -04:00
.vimrc allow for terminal to color vim 2019-01-16 20:53:58 -05:00
LICENSE Initial commit 2018-07-17 09:27:05 -04:00
README.md update docs. need git before running install script 2018-10-05 11:56:59 -04:00
linux-bionic-playbook.yaml add kitty to installed apps 2019-01-16 21:03:52 -05:00
localdev-inventory.yaml add ansible playbooks for configuration 2018-09-26 18:09:37 -04:00

README.md

Installation

Linux Bionic/Tara distributions

sudo apt-get install git python3 ansible ansible-lint && curl -sL https://raw.githubusercontent.com/penguincoder/dotfiles/master/bin/install-dotfiles.sh | bash && ansible-playbook -i localdev-inventory.yaml linux-bionic-playbook.yaml