added timeshift

This commit is contained in:
Johannes Findeisen 2018-12-24 13:20:33 +01:00
commit d6904af50a
4 changed files with 5 additions and 2 deletions

View file

@ -155,6 +155,7 @@ systemmenu = {
{ "anydesk", "/usr/bin/anydesk", "/usr/share/icons/48x48/apps/anydesk.png" },
{ "gparted", "/usr/bin/gparted", "/usr/share/icons/hicolor/48x48/apps/gparted.png" },
{ "hardinfo", "hardinfo", "/usr/share/hardinfo/pixmaps/logo.png" },
{ "timemachine", "timemachine", "/usr/share/icons/hicolor/48x48/apps/timeshift.png" },
{ "virtualbox", "/usr/bin/virtualbox", "/usr/share/pixmaps/VBox.png" },
{ "vmware player", "/usr/bin/vmplayer", "/usr/share/icons/hicolor/48x48/apps/vmware-player.png" },
{ "vmware workstation", "/usr/bin/vmware", "/usr/share/icons/hicolor/48x48/apps/vmware-workstation.png" },

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule ".zsh/oh-my-zsh"]
path = .zsh/oh-my-zsh
url = git@github.com:hanez/oh-my-zsh.git
url = git@git.unixpeople.org:hanez/oh-my-zsh.git

2
.zshrc
View file

@ -125,6 +125,8 @@ alias a.systemchaos.org='ssh a.systemchaos.org'
alias b.systemchaos.org='ssh b.systemchaos.org'
alias c.systemchaos.org='ssh c.systemchaos.org'
alias d.systemchaos.org='ssh d.systemchaos.org'
alias e.systemchaos.org='ssh e.systemchaos.org'
# I use xterm and this sets a nice title with hostname and cwd in it.
case $TERM in

View file

@ -23,7 +23,7 @@ Clone to your $HOME
cd ~
git init .
git remote add -t \* -f origin https://github.com/hanez/home.git
git remote add -t \* -f origin git@git.unixpeople.org:hanez/home.git
git checkout master
git submodule update --init --recursive