-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript_apps.sh
executable file
·77 lines (39 loc) · 1.15 KB
/
script_apps.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#!/bin/bash
t1=sleep 0.5
echo -e "\033[41;1;37m>>>\033[0m programas raiz"
echo -e "\033[41;1;37m>>>\033[0m abilitando flags"
euse -E python 256-color font-styles unicode3 mp4 mp3 ffmpeg
$t1
euse -E mpeg mplayer clipboard proprietary-codecs system-ffmpeg
$t1
euse -E jpeg dhcpcd nls lua X opengl pulseaudio xface png pixbuf xft
$t1
echo -e "\033[41;1;37m>>>\033[0m sessao flags finalizada"
emerge -auDN @world
$t1
echo -e "\033[41;1;37m>>>\033[0m instalando..."
emerge app-editors/{mousepad,vim}
$t1
emerge media-plugins/alsa-plugins
$t1
emerge media-sound/{pulseaudio,alsa-utils}
$t1
emerge media-video/mplayer app-text/{odt2txt,poppler}
$t1
emerge app-arch/{unrar,rar,unzip,zip,p7zip,atool}
$t1
emerge x11-misc/{numlockx,urxvt-perls,urxvt-font-size}
$t1
emerge www-client/w3m media-gfx/{scrot,feh}
$t1
emerge x11-apps/{xfd,xsetroot}
$t1
emerge sys-fs/{ntfs3g,dosfstools}
$t1
emerge x11-terms/rxvt-unicode
$t1
emerge dev-util/ctags sys-libs/ncurses dev-python/pyflakes
$t1
sh -c "$(wget https://raw.githubusercontent.com/quebravel/myscripts/master/script_redshift.sh -O -)"
$t1
echo -e "\033[41;1;37m>>>\033[0m programas raiz instalados"