1
0
Fork 0

added brave and result image

This commit is contained in:
Kim, Jimin 2021-07-13 22:13:39 +09:00
parent e459e78adf
commit 14b2b5f471
3 changed files with 14 additions and 11 deletions

View file

@ -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. - 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 # OS
Manjaro gnome minimal version. Download link can be found in the [official manjaro website](https://manjaro.org/downloads/official/gnome) Manjaro gnome minimal version. Download link can be found in the [official manjaro website](https://manjaro.org/downloads/official/gnome)

BIN
result.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

View file

@ -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() { setup_conky() {
# enable on startup # enable on startup
@ -218,17 +229,6 @@ setup_dns() {
# https://1.1.1.1 # 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() { setup_fonts() {
log "installing fonts" log "installing fonts"