removed unused personal dotfile support
This commit is contained in:
parent
bce733abf2
commit
e84fc87493
2 changed files with 0 additions and 46 deletions
|
@ -1,40 +0,0 @@
|
||||||
VisualHostKey=yes
|
|
||||||
|
|
||||||
Host S202
|
|
||||||
Hostname 192.168.201.202
|
|
||||||
User msekera
|
|
||||||
|
|
||||||
Host Irax
|
|
||||||
Hostname decade.cz
|
|
||||||
Port 60022
|
|
||||||
User overwatch
|
|
||||||
|
|
||||||
Host Sharpox
|
|
||||||
Hostname decade.cz
|
|
||||||
Port 60222
|
|
||||||
User overwatch
|
|
||||||
|
|
||||||
Host T202
|
|
||||||
Hostname 192.168.202.202
|
|
||||||
User martinez
|
|
||||||
|
|
||||||
Host T202x
|
|
||||||
Hostname decade.cz
|
|
||||||
Port 60122
|
|
||||||
User martinez
|
|
||||||
|
|
||||||
Host T222
|
|
||||||
Hostname 192.168.202.222
|
|
||||||
User root
|
|
||||||
|
|
||||||
Host decade.cz
|
|
||||||
Hostname decade.cz
|
|
||||||
User overwatch
|
|
||||||
|
|
||||||
Host R89
|
|
||||||
Hostname 192.168.201.89
|
|
||||||
User root
|
|
||||||
|
|
||||||
Host R99
|
|
||||||
Hostname 192.168.201.99
|
|
||||||
User root
|
|
|
@ -45,10 +45,6 @@ src_install() {
|
||||||
einfo "Installing dotfiles."
|
einfo "Installing dotfiles."
|
||||||
zsh deploy-dotfiles.zsh system "${D}"
|
zsh deploy-dotfiles.zsh system "${D}"
|
||||||
|
|
||||||
# install user dotfiles and installer
|
|
||||||
mkdir "${D}/usr/share/${PN}/dotfiles"
|
|
||||||
cp -r deploy-dotfiles.zsh user "${D}/usr/share/${PN}/dotfiles"
|
|
||||||
|
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -64,6 +60,4 @@ src_install() {
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
einfo "Source /usr/share/${PN}/zsh-init to enable the prompt."
|
einfo "Source /usr/share/${PN}/zsh-init to enable the prompt."
|
||||||
einfo "The config file is in /etc/${PN}/."
|
einfo "The config file is in /etc/${PN}/."
|
||||||
einfo "User dotfiles have been copied to /usr/share/${PN}/dotfiles."
|
|
||||||
einfo "You can install them by executing: ./deploy-dotfiles.zsh user ~"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue