Fix zsh config inclusion

This commit is contained in:
Tim 2020-03-09 15:32:52 +01:00
parent e6b0199bac
commit a69769e47f
871 changed files with 42 additions and 9 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "zsh/.oh-my-zsh"]
path = zsh/.oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git

1
bin/bin/asdm Executable file
View File

@ -0,0 +1 @@
javaws https://$1/admin/public/asdm.jnlp

3
bin/bin/otp Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
eval $(op signin letstalk)
echo `op get totp "ssh otp"` | xsel --clipboard

1
bin/bin/sm Symbolic link
View File

@ -0,0 +1 @@
/home/tim/LetsTalk/projects/server-manager/run

7
install.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cd "$(dirname "$0")"
./solve-stow.sh bin
./solve-stow.sh zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k

View File

@ -1 +0,0 @@
LAST_EPOCH=18283

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
zsh/.oh-my-zsh_old/cache/.zsh-update vendored Normal file
View File

@ -0,0 +1 @@
LAST_EPOCH=18311

4
zsh/.oh-my-zsh_old/cache/DEBS_avail vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Some files were not shown because too many files have changed in this diff Show More