mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
8 lines
244 B
Bash
Executable File
8 lines
244 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
wget "https://avatars0.githubusercontent.com/u/12347044?s=400&v=4" -O /tmp/archzfs.png
|
|
|
|
neofetch --config "$DIR"/config --kitty /tmp/archzfs.png --size 630px
|