Skip to content

Commit

Permalink
Changed config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav committed Sep 8, 2020
1 parent 665e474 commit c606c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abfetch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Temp=$(uptime -p)
Uptime=($(echo $Temp | tr " " "\n"))
Memory=$(free -m | grep Mem | awk 'OFS=" / " {print $3,$2}')

echo -e "${Red}$(<~/.config/abfetch/logo.sf)"
echo -e "${Red}$(</etc/abfetch/logo.sf)"
echo -e "${NC}_______________________\n"
echo -e "${Yellow}${User}${NC}@${Yellow}${Hostname}"
echo -e "${Blue}os ${NC}${Os}"
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

mkdir ~/.config/abfetch
cp logo.sf ~/.config/abfetch
sudo mkdir /etc/abfetch
sudo cp logo.sf /etc/abfetch
sudo cp abfetch /usr/bin

0 comments on commit c606c5b

Please sign in to comment.