Skip to content
Snippets Groups Projects
Commit dff44858 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Merge remote-tracking branch 'refs/remotes/origin/master'

parents 922f8459 e5d99bfc
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ emacs --version ...@@ -16,7 +16,7 @@ emacs --version
sudo apt remove --autoremove emacs emacs-common sudo apt remove --autoremove emacs emacs-common
# Installs Emacs 27. # Installs Emacs 27.
sudo apt-get install emacs27 emacs27-common -y sudo apt-get install emacs28 emacs28-common -y
emacs --version emacs --version
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
...@@ -34,6 +34,10 @@ git config --global user.name "Walmes Zeviani" && ...@@ -34,6 +34,10 @@ git config --global user.name "Walmes Zeviani" &&
git config --global merge.tool meld && git config --global merge.tool meld &&
git config --list git config --list
# Create public keys.
ssh-keygen -t rsa -C "walmes@ufpr.br"
cat ~/.ssh/id_rsa.pub
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# Doom-emacs. # Doom-emacs.
...@@ -105,13 +109,11 @@ gpg --keyserver hkp://keyserver.ubuntu.com:80 \ ...@@ -105,13 +109,11 @@ gpg --keyserver hkp://keyserver.ubuntu.com:80 \
gpg -a --export E298A3A825C0D65DFD57CBB651716619E084DAB9 | \ gpg -a --export E298A3A825C0D65DFD57CBB651716619E084DAB9 | \
sudo apt-key add - sudo apt-key add -
sudo apt-get update sudo apt-get update -y
sudo apt-get install r-base -y sudo apt-get install r-base -y
# Components needs for RStudio. # Components needs for RStudio.
sudo apt-get install \ sudo apt-get install \
libclang-10-dev \
libclang-common-10-dev \
libclang-dev \ libclang-dev \
-y -y
...@@ -225,8 +227,8 @@ sudo apt-get install torbrowser-launcher -y ...@@ -225,8 +227,8 @@ sudo apt-get install torbrowser-launcher -y
# Shutter. # Shutter.
# sudo add-apt-repository --remove ppa:linuxuprising/shutter # sudo add-apt-repository --remove ppa:linuxuprising/shutter
sudo add-apt-repository ppa:linuxuprising/shutter -y sudo add-apt-repository ppa:linuxuprising/shutter -y && \
sudo apt-get update sudo apt-get update && \
sudo apt-get install shutter -y sudo apt-get install shutter -y
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
...@@ -314,8 +316,6 @@ sudo apt install -y lsp-plugins ...@@ -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 # sudo apt-get install swh-plugins ladspa-sdk python-gtk2 python-glade2 python-gobject python-gnome2
# pulseaudio-equalizer-gtk # pulseaudio-equalizer-gtk
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# Visual Studio Code (aka VS Code). # Visual Studio Code (aka VS Code).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment