dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4758411aa5053ffe3d68db83aa20a994bb1ea3d1
parent 939b450a318d9918288c6d07b66c5bcd585d2c2f
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue,  4 Sep 2018 19:19:33 +0200

Final changes after restructuring

Diffstat:
Minstall.sh | 3---
Doh-my-zsh/.oh-my-zsh | 2--
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/install.sh b/install.sh @@ -7,9 +7,6 @@ brew bundle lncommand() { ln -shfv $(pwd)/"$1" "$2"; } -homedir=("bin" "git" "oh-my-zsh" "shell" "other-scripts/gdbinit") -config=("other-scripts/radio-config" "vim-config") - lncommand "bin" "$HOME/.bin" lncommand "oh-my-zsh" "$HOME/.oh-my-zsh" lncommand "other-scripts/gdbinit" "$HOME/.gdbinit" diff --git a/oh-my-zsh/.oh-my-zsh b/oh-my-zsh/.oh-my-zsh @@ -1 +0,0 @@ -.oh-my-zsh- \ No newline at end of file