Fix zsh config inclusion
This commit is contained in:
parent
e6b0199bac
commit
a69769e47f
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
1
bin/bin/asdm
Executable file
@ -0,0 +1 @@
|
|||||||
|
javaws https://$1/admin/public/asdm.jnlp
|
3
bin/bin/otp
Executable file
3
bin/bin/otp
Executable 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
1
bin/bin/sm
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/tim/LetsTalk/projects/server-manager/run
|
7
install.sh
Executable file
7
install.sh
Executable 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
|
1
zsh/.oh-my-zsh/cache/.zsh-update
vendored
1
zsh/.oh-my-zsh/cache/.zsh-update
vendored
@ -1 +0,0 @@
|
|||||||
LAST_EPOCH=18283
|
|
4
zsh/.oh-my-zsh/cache/DEBS_avail
vendored
4
zsh/.oh-my-zsh/cache/DEBS_avail
vendored
File diff suppressed because one or more lines are too long
4
zsh/.oh-my-zsh/cache/DEBS_installed
vendored
4
zsh/.oh-my-zsh/cache/DEBS_installed
vendored
File diff suppressed because one or more lines are too long
1
zsh/.oh-my-zsh_old/cache/.zsh-update
vendored
Normal file
1
zsh/.oh-my-zsh_old/cache/.zsh-update
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
LAST_EPOCH=18311
|
4
zsh/.oh-my-zsh_old/cache/DEBS_avail
vendored
Normal file
4
zsh/.oh-my-zsh_old/cache/DEBS_avail
vendored
Normal file
File diff suppressed because one or more lines are too long
4
zsh/.oh-my-zsh_old/cache/DEBS_installed
vendored
Normal file
4
zsh/.oh-my-zsh_old/cache/DEBS_installed
vendored
Normal file
File diff suppressed because one or more lines are too long
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
Loading…
Reference in New Issue
Block a user