Lawrence Systems Dot Files
Find a file
Marco Grifantini f8892c099e Update .bashrc
bash history: increased HIST SIZE, remove duplicates and append history across multiple terminals
2021-01-24 09:57:43 +01:00
.bash_aliases halt/reboot via sudo aliases 2020-12-19 08:00:37 +00:00
.bash_exports latest version 2018-03-26 07:43:39 -04:00
.bash_profile latest version 2018-03-26 07:43:39 -04:00
.bash_wrappers latest version 2018-03-26 07:43:39 -04:00
.bashrc Update .bashrc 2021-01-24 09:57:43 +01:00
.inputrc added .inputrc with case insensitive completion and autocomplete command from history 2020-12-31 14:17:27 +01:00
.screenrc Added tmux and screen 2014-11-07 13:24:28 -05:00
.tmux.conf removed showing local 127.0.0.1 for local network in tmux 2019-10-27 10:23:36 -04:00
.vimrc Turned on Mouse in TMUX and off in vim 2019-05-28 13:02:36 -04:00
install.sh Update doco & add automation 2018-12-02 23:09:10 +08:00
README.md Add some uninstall instructions, correct typo 2018-12-02 23:05:16 +08:00
uninstall.sh Update doco 2018-12-02 23:10:16 +08:00

Installation

Download and change folder

cd ~
git clone https://github.com/flipsidecreations/dotfiles.git

cd dotfiles

Run install

./install.sh

Uninstallation

Change to dotfiles folder

cd ~/dotfiles

Run uninstaller

./uninstall.sh