diff --git a/README.md b/README.md index b5744ce..a29c9cf 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Purpose: - To provide myself materials (script, guide, and other files) for cases when I need to transfer to other machine or reinstall the OS. +Result: +![result image](./result.png) + # OS Manjaro gnome minimal version. Download link can be found in the [official manjaro website](https://manjaro.org/downloads/official/gnome) diff --git a/result.png b/result.png new file mode 100644 index 0000000..4f3f733 Binary files /dev/null and b/result.png differ diff --git a/setup.sh b/setup.sh index f7d2ae9..3f109a3 100755 --- a/setup.sh +++ b/setup.sh @@ -107,6 +107,17 @@ setup_blender() { } +setup_brave() { + package_install \ + brave-beta-bin \ + + # DNS https cloudflare + POST_INSTALL+=( + "brave: sync device" + "brave: restore onetab" + ) +} + setup_conky() { # enable on startup @@ -218,17 +229,6 @@ setup_dns() { # https://1.1.1.1 } -setup_firefox() { - package_install \ - firefox-developer-edition \ - - # DNS https cloudflare - POST_INSTALL+=( - "firefox: log in" - "firefox: restore onetab" - ) -} - setup_fonts() { log "installing fonts"