Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UserConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
UserConfig
Commits
b79aebff
Commit
b79aebff
authored
5 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
ARCH Add something to arch init file.
parent
71a5a8a0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/initSystem.sh
+9
-2
9 additions, 2 deletions
arch/initSystem.sh
arch/initUser.sh
+1
-1
1 addition, 1 deletion
arch/initUser.sh
with
10 additions
and
3 deletions
arch/initSystem.sh
+
9
−
2
View file @
b79aebff
...
...
@@ -2,6 +2,7 @@
pacman
-Syu
pacman
-Syy
pacman
-S
nmtui
pacman
-S
base-devel
pacman
-S
i3
pacman
-S
xorg-server xorg-xinit
pacman
-S
xorg
...
...
@@ -11,7 +12,7 @@ pacman -S ttf-rissole
pacman
-S
dmenu
pacman
-S
rxvt-unicode xsel
pacman
-S
xclip
pacman
-S
gvim
pacman
-S
gvim
vim-spell-cs
cp
/usr/bin/vim /usr/bin/vi
pacman
-S
git
pacman
-S
gcc
...
...
@@ -22,7 +23,7 @@ pacman -S nemo
pacman
-S
gparted
pacman
-S
gnome-disk-utility
pacman
-S
texlive-core
pacman
-S
zathura
pacman
-S
zathura
zathura-pdf-poppler
pacman
-S
wget
pacman
-S
baobab
pacman
-S
htop
...
...
@@ -30,6 +31,11 @@ pacman -S gnome-keyring libsecret
pacman
-S
numlockx
pacman
-S
bash-completion
pacman
-S
trash-cli
pacman
-S
neofetch
pacman
-S
dunst
pacman
-S
alsa-lib alsa-utils
pacman
-S
alsa-oss
pacman
-S
tlp
pacman
-S
--needed
base-devel
timedatectl set-timezone Europe/Prague
echo
-e
"exec i3"
>
~/.xinitrc
...
...
@@ -43,6 +49,7 @@ echo "\%wheel ALL=(ALL) ALL" >> /etc/sudoers
useradd
-m
-s
-G
wheel jiri
echo
-e
"dbus-update-activation-env
\n
eval
\$
(/usr/bin/gnome-keyrecrets,ssh)
\n
export SSH_AUTH_SOCK
\n
exec i3"
>
/home/jiri/.xinitrc
echo
"blacklist pcspkr"
>
/etc/modprobe.d/nobeep.conf
usermod
-s
jiri
passwd jiri
This diff is collapsed.
Click to expand it.
arch/initUser.sh
+
1
−
1
View file @
b79aebff
...
...
@@ -9,4 +9,4 @@ bash userconfig/vim/arch.sh
bash userconfig/Xresources/arch.sh
git config
--global
user.email
"jirikalvoda@kam.mff.cuni.cz"
git config
--global
user.name
"Jiri Kalvoda"
# org.pwmt.zathura.desktop
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