Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ We already have so many mods and styles for our desktops, but I usually need to
- Arch Linux (And based systems)

### ScreenShots
![default_screenshot](resources/img/default_screenshot.png "Visualização de tela cheia")
![default_screenshot2](resources/img/default_screenshot2.png "Visualização de aplicações")
![default_screenshot](https://qxdc.herokuapp.com/img/default_screenshot.png "Visualização de tela cheia")
![default_screenshot2](https://qxdc.herokuapp.com/img/default_screenshot2.png "Visualização de aplicações")

##### Added itens

Expand All @@ -26,9 +26,7 @@ In resources/include/systemTools.sh and resources/include/installBaseApplication

##### View Install logs

If you wanna see the install logs report, just:

tail -f /tmp/QXDCinstall.log
If you wanna see the install logs report, just look into /tmp/qxdc/

###### Wordlists
1 - Refisefuquis -> In portuguese "Release de Fim de Semana e Fundo de Quintal", on a literal translation "Release from Weekend and Backyard", in simple words, releases with no suport, no inovations and no proposits, just a homemade adventure for a develover with time and a computer available.
23 changes: 16 additions & 7 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,30 @@
# since: 0.0.1
# version: 0.0.2
# created: ____-__-__
# modified: 2021-09-11
# modified: 2022-07-28
#
ROOTDIR=$(pwd)

source ./resources/include/load.sh

# Removendo aplicações indesejadas
# adicione o nome do novo pacote à lista para desinstalar
load systemPurge

#define variaveis do sistema
ROOTDIR=$(pwd)
DISTRO= load checkDistro


load logger


# Instalando aplicações básica
# adicione o nome do novo pacote à lista para instalar
load installBaseApplications
# Removendo aplicações indesejadas
# adicione o nome do novo pacote à lista para desinstalar
load systemPurge
#instalando editor
#load installVSCode
load installVSCode
#instalando o Google Chrome
#load installGoogleChrome
load installGoogleChrome
# Instalando tema GTK e ícones
load installThemes
cd $ROOTDIR
Expand Down
114 changes: 0 additions & 114 deletions resources/dotfiles/.bashrc

This file was deleted.

80 changes: 0 additions & 80 deletions resources/dotfiles/.config/Thunar/accels.scm

This file was deleted.

13 changes: 0 additions & 13 deletions resources/dotfiles/.config/Thunar/uca.xml

This file was deleted.

Loading