Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walmes Marques Zeviani
linux-config
Commits
e5d99bfc
Commit
e5d99bfc
authored
1 year ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Update install_ubuntu_quick.sh
parent
b1c6c078
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_ubuntu_quick.sh
+9
-9
9 additions, 9 deletions
install_ubuntu_quick.sh
with
9 additions
and
9 deletions
install_ubuntu_quick.sh
+
9
−
9
View file @
e5d99bfc
...
...
@@ -16,7 +16,7 @@ emacs --version
sudo
apt remove
--autoremove
emacs emacs-common
# Installs Emacs 27.
sudo
apt-get
install
emacs2
7
emacs2
7
-common
-y
sudo
apt-get
install
emacs2
8
emacs2
8
-common
-y
emacs
--version
#-----------------------------------------------------------------------
...
...
@@ -34,6 +34,10 @@ git config --global user.name "Walmes Zeviani" &&
git config
--global
merge.tool meld
&&
git config
--list
# Create public keys.
ssh-keygen
-t
rsa
-C
"walmes@ufpr.br"
cat
~/.ssh/id_rsa.pub
#-----------------------------------------------------------------------
# Doom-emacs.
...
...
@@ -105,13 +109,11 @@ gpg --keyserver hkp://keyserver.ubuntu.com:80 \
gpg
-a
--export
E298A3A825C0D65DFD57CBB651716619E084DAB9 |
\
sudo
apt-key add -
sudo
apt-get update
sudo
apt-get update
-y
sudo
apt-get
install
r-base
-y
# Components needs for RStudio.
sudo
apt-get
install
\
libclang-10-dev
\
libclang-common-10-dev
\
libclang-dev
\
-y
...
...
@@ -225,8 +227,8 @@ sudo apt-get install torbrowser-launcher -y
# Shutter.
# sudo add-apt-repository --remove ppa:linuxuprising/shutter
sudo
add-apt-repository ppa:linuxuprising/shutter
-y
sudo
apt-get update
sudo
add-apt-repository ppa:linuxuprising/shutter
-y
&&
\
sudo
apt-get update
&&
\
sudo
apt-get
install
shutter
-y
#-----------------------------------------------------------------------
...
...
@@ -314,8 +316,6 @@ sudo apt install -y lsp-plugins
# sudo apt-get install swh-plugins ladspa-sdk python-gtk2 python-glade2 python-gobject python-gnome2
# pulseaudio-equalizer-gtk
#-----------------------------------------------------------------------
# Visual Studio Code (aka VS Code).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment