Added wallpaper to user setup
This commit is contained in:
parent
4666df6bdc
commit
3305b7620b
@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
chsh /bin/bash
|
chsh /bin/bash
|
||||||
|
|
||||||
cp bashrc ~/.bashrc
|
cp bashrc ~/.bashrc
|
||||||
|
|
||||||
mkdir -p ~/.config/nvim
|
mkdir -p ~/.config/nvim
|
||||||
cp init.lua ~/.config/nvim/
|
cp init.lua ~/.config/nvim/
|
||||||
|
|
||||||
|
mkdir -p ~/Pictures/Wallpapers
|
||||||
|
wget https://w.wallhaven.cc/full/85/wallhaven-856dlk.png ~/Pictures/Wallpapers/
|
||||||
|
Loading…
Reference in New Issue
Block a user