new wallpaper and added a git command

This commit is contained in:
Rick van Lieshout 2019-08-14 08:44:11 +02:00
parent 844931b15a
commit 9b7ed6d222
5 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@
pushall = !git remote | xargs -L1 git push --all pushall = !git remote | xargs -L1 git push --all
diffname = !git diff --name-only diffname = !git diff --name-only
undocommit = reset --soft HEAD~1 undocommit = reset --soft HEAD~1
log-small = log --oneline --no-merges
[core] [core]
autocrlf = input autocrlf = input
editor = nano editor = nano

View File

@ -11,3 +11,4 @@ downgrade
dive dive
xorg-xev xorg-xev
spotify spotify
networkmanager-l2tp

View File

@ -92,7 +92,7 @@ function install_config {
ln -sf "$PWD"/bash/.alias.sh ~/.alias ln -sf "$PWD"/bash/.alias.sh ~/.alias
ln -sf "$PWD"/config/nano/.nanorc ~/.nanorc ln -sf "$PWD"/config/nano/.nanorc ~/.nanorc
ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json
ln -sf "$PWD"/wallpapers/space.jpg ~/Pictures/Wallpapers/wallpaper.jpg ln -sf "$PWD"/wallpapers/butterflies-in-space.jpg ~/Pictures/Wallpapers/wallpaper.jpg
mkdir -p ~/.config/rofi mkdir -p ~/.config/rofi
ln -sf "$PWD"/config/rofi ~/.config/rofi/config ln -sf "$PWD"/config/rofi ~/.config/rofi/config
ln -sf "$PWD"/config/.gitconfig ~/.gitconfig ln -sf "$PWD"/config/.gitconfig ~/.gitconfig

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -1 +1 @@
/home/mastermindzh/dotfiles/wallpapers/space.jpg /home/mastermindzh/dotfiles/wallpapers/butterflies-in-space.jpg