sudo apt install --install-recommends \
linux-generic-hwe-18.04 \
xserver-xorg-hwe-18.04
sudo apt install net-tools \
ubuntu-restricted-extras \
libavcodec-extra
sudo apt install synaptic
sudo apt install software-properties-common
sudo apt install linux-headers-$(uname -r) \
build-essential \
dkms
sudo apt install gnome-terminal
ZSH + Oh My Zsh
sudo apt install zsh -y \
&& sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" \
&& chsh -s $(which zsh)
cp -f devMachine/zsh-themes/.zshrc ~ \
&& cp -f devMachine/zsh-themes/b2.zsh-theme ~/.oh-my-zsh/themes/
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
chsh -s $(which bash)
sudo rm /etc/apt/sources.list \
&& sudo software-properties-gtk
echo -e "\nsource /etc/environment\n" >> .bashrc
sudo bash -c "echo \"$USER ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
sudo apt install xfce4 \
&& export XDG_CONFIG_DIRS=/etc/xdg \
&& sudo chown -R $USER $HOME
sudo apt install xfpanel-switch
sudo apt install xfce4-whiskermenu-plugin
sudo apt install slim -y \
&& sudo cp -r devMachine/slim-themes/ubuntu /usr/share/slim/themes/ \
&& sudo sed -i 's/debian-softwaves/ubuntu/g' /etc/slim.conf \
&& sudo sed -i "4i [email protected]" /lib/systemd/system/slim.service
https://github.com/DirectorX/slim-void-theme/releases
wget http://tiny.cc/bash -O .bashrc
sudo apt install plymouth
sudo apt install plymouth-theme-ubuntu-logo -y \
&& echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash \
&& sudo update-initramfs -u
https://www.youtube.com/watch?v=YRuqn2sliqA
https://www.gnome-look.org/p/1111515/
https://www.gnome-look.org/p/1009736/
https://www.gnome-look.org/p/1009456/
https://www.gnome-look.org/p/1111249/
https://www.gnome-look.org/p/1000019/
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u
sudo su
echo -e "GRUB_GFXPAYLOAD_LINUX=keep\nGRUB_GFXMODE=\"800x600x32\"" >> /etc/default/grub
update grub
sudo apt-add-repository ppa:tista/adapta \
&& sudo apt install adapta-gtk-theme
git clone https://github.com/andreisergiu98/arc-flatabulous-theme --depth 1 \
&& cd arc-flatabulous-theme \
&& sudo apt install autoconf \
automake \
sassc \
pkg-config \
git \
optipng \
inkscape \
libgtk-3-dev \
&& ./autogen.sh --prefix=/usr \
&& sudo make install
sudo apt install curl
sudo apt install zerofree
sudo apt install screenfetch
sudo apt install neofetch
sudo apt install inxi
sudo apt install htop
sudo apt install git
sudo bash -c "echo \"rm -rf ~/.gitconfig\" >> /etc/profile"
sudo apt install gitk
sudo apt install p7zip-full
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - \
&& sudo apt install -y nodejs
sudo npm install -g tldr
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list \
&& sudo apt update && sudo apt install yarn
sudo apt install -y texlive-latex-base \
texlive-fonts-recommended \
pandoc
sudo apt install valgrind
sudo apt install gdb
sudo apt install qt5-default
sudo apt install freeglut3-dev
sudo apt install python3-pip \
&& sudo -H pip3 install -U pip
NumPy, Matplotlib, NLTK, SciPy, Pandas, ImageIO, OpenGL, rstr, Regex, Faker, Beautiful Soup, SpaCy, Bokeh, Scikit-learn, StatsModels, Seaborn, Plotly, Pydot, Theano, Keras, Scrapy, Jupyter Notebook
git clone https://github.com/BrunoxD/devMachine \
&& cd devMachine/scripts/ \
&& sudo ./Install.sh
sudo apt install python3-tk
sudo -H pip3 install -U tensorflow
sudo apt install r-base
sudo apt install octave
sudo apt install postgresql \
postgresql-contrib
sudo apt install libqt5sql5-psql
sudo apt install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - \
&& sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" \
&& sudo apt update \
&& sudo apt install docker-ce \
&& sudo docker run hello-world`
sudo curl -L https://github.com/docker/compose/releases/download/1.25.0-rc2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose \
&& sudo chmod +x /usr/local/bin/docker-compose
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - \
&& sudo apt install apt-transport-https \
&& echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list \
&& sudo apt update \
&& sudo apt install sublime-text
- Git
- GitGutter
- GraphQL
- Rainglow
sudo apt install vim
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg \
&& sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg \
&& sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' \
&& sudo apt update \
&& sudo apt install code
- Monokai Pro
- Python
echo "deb https://dl.bintray.com/getinsomnia/Insomnia /" \
| sudo tee -a /etc/apt/sources.list.d/insomnia.list \
&& wget -qO - https://insomnia.rest/keys/debian-public.key.asc \
| sudo apt-key add - \
&& sudo apt-get update \
&& sudo apt-get install insomnia -y
sudo add-apt-repository ppa:oguzhaninan/stacer \
&& sudo apt update \
&& sudo apt install stacer
sudo apt install baobab
sudo apt install bleachbit
sudo apt install gnome-calculator
sudo apt install file-roller \
thunar-archive-plugin
sudo apt install thunar-gtkhash
sudo apt install filezilla
sudo apt install transmission
sudo apt install xfce4-screenshooter
sudo apt install kazam
sudo apt install terminator
sudo apt install firefox
- Overleaf
- GitHub
- Google Docs
- Trello
- Google Drive
- Dropbox
- 4Devs
- Draw.io
- Kaggle
- Google Colaboratory
- Google Translator
- uBlock Origin
- Video DownloadHelper
- Keeps Cookies and Cache until be closed
sudo add-apt-repository ppa:openshot.developers/ppa \
&& sudo apt update \
&& sudo apt install openshot-qt -y
sudo apt install nomacs
sudo apt install gimp
sudo apt install inkscape
sudo apt install mypaint
sudo apt install audacity
sudo apt install evince
wget https://code-industry.net/public/master-pdf-editor-5.4.38-qt5.amd64.deb -O master-pdf-editor.deb \
&& sudo apt install libsane1 ./master-pdf-editor.deb -y
sudo apt install ffmpeg
sudo apt install vlc