added brave and result image
This commit is contained in:
parent
e459e78adf
commit
14b2b5f471
3 changed files with 14 additions and 11 deletions
|
@ -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:
|
||||

|
||||
|
||||
# OS
|
||||
|
||||
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
BIN
result.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
22
setup.sh
22
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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue