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
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
27ff02fa
Commit
27ff02fa
authored
4 years ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Improves code.
parent
6e981bed
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.sh
+3
-1
3 additions, 1 deletion
configure.sh
install_ubuntu.sh
+6
-4
6 additions, 4 deletions
install_ubuntu.sh
with
9 additions
and
5 deletions
configure.sh
+
3
−
1
View file @
27ff02fa
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
# meld dotbashrc.sh ~/.bashrc
# meld dotbashrc.sh ~/.bashrc
# meld dotgitconfig ~/.gitconfig
# meld dotgitconfig ~/.gitconfig
cd
~/Projects/linux-config/
## To move files to correct places.
## To move files to correct places.
echo
"Mover .bashrc? [Enter/Esc]"
echo
"Mover .bashrc? [Enter/Esc]"
read
-s
-n
1 key
read
-s
-n
1 key
...
@@ -21,7 +23,7 @@ echo "Mover defaults.list? [Enter/Esc]"
...
@@ -21,7 +23,7 @@ echo "Mover defaults.list? [Enter/Esc]"
read
-s
-n
1 key
read
-s
-n
1 key
if
[
!
"
$key
"
=
$'
\e
'
]
if
[
!
"
$key
"
=
$'
\e
'
]
then
then
cp
-v
defaults.list
/home/walmes
/.local/share/applications/
cp
-v
defaults.list
~
/.local/share/applications/
fi
fi
echo
"Mover nautilus-bookmarks? [Enter/Esc]"
echo
"Mover nautilus-bookmarks? [Enter/Esc]"
...
...
This diff is collapsed.
Click to expand it.
install_ubuntu.sh
+
6
−
4
View file @
27ff02fa
...
@@ -153,7 +153,7 @@ sudo apt-cache madison rabbitvcs-*
...
@@ -153,7 +153,7 @@ sudo apt-cache madison rabbitvcs-*
# sudo apt-get update
# sudo apt-get update
sudo
apt-get
install
rabbitvcs-nautilus
-y
sudo
apt-get
install
rabbitvcs-nautilus
-y
sudo
apt
install
nautilus python-dbus python3-nautilus python3-configobj python3-svn
sudo
apt
install
nautilus python-dbus python3-nautilus python3-configobj python3-svn
-y
git clone https://github.com/rabbitvcs/rabbitvcs
git clone https://github.com/rabbitvcs/rabbitvcs
cd
rabbitvcs
cd
rabbitvcs
sudo
python3 setup.py
install
--install-layout
=
deb
sudo
python3 setup.py
install
--install-layout
=
deb
...
@@ -199,13 +199,16 @@ sudo apt-get install \
...
@@ -199,13 +199,16 @@ sudo apt-get install \
# KDE Plasmas (to use kdenlive with more compatibility).
# KDE Plasmas (to use kdenlive with more compatibility).
# https://linuxconfig.org/how-to-install-kde-plasma-desktop-on-ubuntu-20-04-focal-fossa-linux
# https://linuxconfig.org/how-to-install-kde-plasma-desktop-on-ubuntu-20-04-focal-fossa-linux
sudo
apt
install
tasksel
#
sudo apt install tasksel
sudo
tasksel
install
kubuntu-desktop
#
sudo tasksel install kubuntu-desktop
# sudo tasksel install kubuntu-full
# sudo tasksel install kubuntu-full
#-----------------------------------------------------------------------
#-----------------------------------------------------------------------
# R.
# R.
# (find-file "/etc/apt/sources.list")
sudo
add-apt-repository
"deb https://cloud.r-project.org/bin/linux/ubuntu
$(
lsb_release
-cs
)
-cran40/"
gpg
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
E298A3A825C0D65DFD57CBB651716619E084DAB9
gpg
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
E298A3A825C0D65DFD57CBB651716619E084DAB9
gpg
-a
--export
E298A3A825C0D65DFD57CBB651716619E084DAB9 |
sudo
apt-key add -
gpg
-a
--export
E298A3A825C0D65DFD57CBB651716619E084DAB9 |
sudo
apt-key add -
...
@@ -596,7 +599,6 @@ sudo cp -v export_layers*.{py,inx} /usr/share/inkscape/extensions/
...
@@ -596,7 +599,6 @@ sudo cp -v export_layers*.{py,inx} /usr/share/inkscape/extensions/
# NOTE: Open Inkscape, go to menu `Extension > Export > Export layers`.
# NOTE: Open Inkscape, go to menu `Extension > Export > Export layers`.
#-----------------------------------------------------------------------
#-----------------------------------------------------------------------
# MS Teams.
# MS Teams.
# https://kifarunix.com/install-microsoft-teams-client-on-ubuntu-20-04-18-04/
# https://kifarunix.com/install-microsoft-teams-client-on-ubuntu-20-04-18-04/
...
...
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