Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 441 Bytes

Ubuntu-Theme

  • Check your Google Drive for "Ubuntu Theme".
  • Download the Ant-Dracula-master and put it in "usr/share/themes"
  • Download Breeze-light_pink and put it in "usr/share/icons"

You will need to do these with sudo. Use:

cp <source> <destination>
mv <source> <destination>

For multiple files

cp <source>/{file1, file 2, file 3...} <destination>

Remember to copy folders:

cp -r <source> <destination>