1
0
Fork 0

organized files

This commit is contained in:
Kim, Jimin 2021-11-22 00:29:25 +09:00
parent 29bb5eae05
commit fb5a26adf9
6 changed files with 3 additions and 3 deletions

View file

@ -125,8 +125,8 @@ setup_btop() {
} }
setup_conky() { setup_conky() {
cp -r ./.conky/ ~ cp -r ./home/pomp/.conky/ ~
cp ./autostart/conky.desktop ~/.config/autostart cp ./home/pomp/.config/autostart/conky.desktop ~/.config/autostart
# vnstat: network traffic statistics # vnstat: network traffic statistics
package_install \ package_install \
@ -386,7 +386,7 @@ setup_gnome() {
# set nvidia preferred mode on login # set nvidia preferred mode on login
cp ./.nvidia-preferred-mode.sh ~ cp ./.nvidia-preferred-mode.sh ~
cp ./autostart/nvidia-preferred-mode.desktop ~/.config/autostart cp ./home/pomp/.config/autostart/nvidia-preferred-mode.desktop ~/.config/autostart
setup_gnome_apps setup_gnome_apps
setup_alacritty # so I have a terminal to work with when only gnome is installed setup_alacritty # so I have a terminal to work with when only gnome is installed