-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstall.sh
94 lines (60 loc) · 2.7 KB
/
Install.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Do not use yet!!!
# Using for an auto install script menu later!
# Mar 08, 2020, 01:39:12
# To install unsafe PPA errors use
# sudo update --allow-insecure-repositories
sudo apt install
preload # Fast start, much wow
ksystemlog # God of log
grub-customizer # EZ grub config!
exfat-fuse exfat-utils # For mounting exfat
qdirstat # Find things taking up space!
midori # Lightweight backup webrowser
xterm # Some things require this???
bleachbit # Good cleaning utility
gitk # git gui!
indicator-cpufreq # CPU Scaling
sudo preload start
# WARNING Do not remove K3b! IT WILL BREAK SOUND!
# Why would i want these?
sudo apt-get remove --purge qlipper
sudo apt-get remove --purge libreo*
# Other optional apps / some not in repo
lxmed # Menu editor (get from git)
redshift # Like F.lux
checkra1n # Iphone jailbreak
godot # 2D/3D game engine
pycharm # Python IDE
onboard # On screen keyboard
timeshift # MUST HAVE backup thing
minitube # Youtube player
q4wine
inkscape # Vector graphics drawing
pinta # Paint.net clone
asperite # Pixel editor
opensnap # Win10, windows snap to side
cordless # CLI discord
horcrux # Split files and hide them
lazygit # CLI git manager
qr # Create CLI QR transfer codes
unrar # For ARK to use .rar
inix
sudo add-apt-repository ppa:oibaf/graphics-drivers
# //////////////////////////////////////////////////
sudo apt clean
sudo apt autoremove
# For compiling things! My Complete All in One!
# WARNING OVER 1GB!
sudo apt-get install wget git build-essential cmake kernel-package fakeroot libncurses5-dev libssl-dev ccache bison flex autoconf automake autotools-dev dkms checkinstall clang libelf-dev libiberty-dev libpci-dev libudev-dev zlib1g-dev intltool pkg-config python-dev libtool ccache doxygen software-properties-common libart-2.0-dev libaspell-dev libblas3 liblapack3 libboost-dev libboost-python-dev libcdr-dev libdouble-conversion-dev libgc-dev libgdl-3-dev libglib2.0-dev libgsl-dev libgtk-3-dev libgtkmm-3.0-dev libgtkspell3-3-dev libhunspell-dev libjemalloc-dev liblcms2-dev libmagick++-dev libpango1.0-dev libpng-dev libpoppler-glib-dev libpoppler-private-dev libpotrace-dev libreadline-dev librevenge-dev libsigc++-2.0-dev libsoup2.4-dev libvisio-dev libwpg-dev libcurl4-openssl-dev libopenal-dev libglu1-mesa-dev libxml-parser-perl libxml2-dev libxslt1-dev python-lxml zlib1g-dev
# Other code things
sudo pip install pyinstaller
pyminifier
# OTHER
# Fix bugged grub countdown
sudo nano /etc/default/grub
add: GRUB_RECORDFAIL_TIMEOUT=20
sudo update-grub
OR # WARNING
sudo sed -i "/recordfail_broken=/{s/1/0/}" /etc/grub.d/00_header
# Launch things with high priority
sudo nice -n -10 su -c CMD_TO_RUN USERNAME # re-nice process WITHOUT root privlages