mirror of
https://github.com/phaleixo/after_install_debian_12.git
synced 2026-03-21 23:38:57 -03:00
modified: README.md
new file: install_extensions.sh modified: pos_install_complete.sh
This commit is contained in:
13
README.md
13
README.md
@@ -59,6 +59,19 @@ Font corrections:
|
||||
```
|
||||
curl -o font_corrections.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/font_corrections.sh && chmod +x font_corrections.sh && ./font_corrections.sh && rm font_corrections.sh
|
||||
```
|
||||
|
||||
Install Gnome-extensions:''places-status-indicator
|
||||
appindicator-support
|
||||
auto-activities
|
||||
quick-settings-tweaker
|
||||
dash-to-dock
|
||||
tophat
|
||||
tiling-assistant
|
||||
''
|
||||
```
|
||||
curl -o install_extensions.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/install_extensions.sh && chmod +x install_extensions.sh && ./install_extensions.sh && rm install_extensions.sh
|
||||
```
|
||||
|
||||
Unnecessary Apps Remover:
|
||||
`
|
||||
fcitx*
|
||||
|
||||
Reference in New Issue
Block a user