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
957ccaac
Commit
957ccaac
authored
Mar 30, 2020
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
ARCH Change in initSystem.sh -- formating and some changes.
parent
d0199722
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
arch/initSystem.sh
+97
-23
97 additions, 23 deletions
arch/initSystem.sh
with
97 additions
and
23 deletions
arch/initSystem.sh
+
97
−
23
View file @
957ccaac
# :map \p <HOME>v<END>y:!<c-R>"<BS><CR>
# set password
passwd root
# update database
pacman
-Syu
# update system
pacman
-Syy
# I need it to working WIFI
pacman
-S
linux-firmware
# wifi-menu
pacman
-S
netctl dialog
# nmtui
pacman
-S
networkmanager
# basic linux tools
pacman
-S
base-devel
pacman
-S
i3
pacman
-S
wget
# graphic
pacman
-S
xorg-server xorg-xinit
pacman
-S
xorg
pacman
-S
$(
pacman
-Qqs
ttf
)
pacman
-S
ttf-dejavu
pacman
-S
ttf-rissole
# fontfs
pacman
-S
$(
pacman
-Sqs
ttf|
grep
'^ttf'
)
pacman
-S
i3
# graphic eviromen i3
pacman
-S
dmenu
echo
-e
"exec i3"
>
~/.xinitrc
# terminal emulator
pacman
-S
rxvt-unicode xsel
pacman
-S
xclip
# VIM - profesinal tex editor
pacman
-S
gvim vim-spell-cs
cp
/usr/bin/vim /usr/bin/vi
ln
/usr/bin/vim /usr/bin/vi
-s
# Git - version manager
pacman
-S
git
pacman
-S
gcc
# Notification service
pacman
-S
notify-osd
pacman
-S
dunst
# SSH - conect to server by shel or git
pacman
-S
openssh
# Web broser
pacman
-S
chromium
# File manager
pacman
-S
nemo
# Disk and partition manager
pacman
-S
gparted
pacman
-S
gnome-disk-utility
pacman
-S
texlive-core
pacman
-S
zathura zathura-pdf-poppler
pacman
-S
wget
pacman
-S
baobab
# Proces manager
pacman
-S
htop
pacman
-S
gnome-keyring libsecret
pacman
-S
numlockx
# PDF viewer
pacman
-S
zathura zathura-pdf-poppler
# Image viewer
pacman
-S
neofetch
# Hinting in bash
pacman
-S
bash-completion
# Trash file (do not delete)
pacman
-S
trash-cli
pacman
-S
neofetch
pacman
-S
dunst
# Power-sawer
pacman
-S
tlp
# Scripting NumLock
pacman
-S
numlockx
# Auto mount f.e. USB flash
pacman
-S
udisks2
# Sound support
pacman
-S
alsa-lib alsa-utils
pacman
-S
alsa-oss
pacman
-S
tlp
# Work with zip files
pacman
-S
zip unzip
pacman
-S
aradar
pacman
-S
udisks2
pacman
-S
--needed
base-devel
# Opening app by .desktop file
pacman
-S
xfce4-appfinder exo
# Set time zone
timedatectl set-timezone Europe/Prague
echo
-e
"exec i3"
>
~/.xinitrc
pacman
-S
lolcat cmatrix
pacman
-S
sudo
# Screenshots
pacman
-S
maim
# Sone funny terminal things
pacman
-S
lolcat cmatrix sl
# Using user bin (executable file) directory
echo
add
"
\"
appendpath '~/bin'
\"
"
to next file
vim /etc/profile
echo
"#!/bin/bash
\n
export PATH=
$PATH
:~/bin"
>
/etc/profile.d/custom.sh
chmod
a+x /etc/profile.d/custom.sh
# Intuitiv scrolling
echo
add
'Option "NaturalScrolling" "True"'
to next file
vim /usr/share/X11/xorg.conf.d/40-libinput.conf
# Init user
echo
"
\%
wheel ALL=(ALL) ALL"
>>
/etc/sudoers
useradd
-m
-s
-G
wheel jiri
useradd
-m
-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
passwd jiri
#usermod -s jiri
# disable bell
echo
"blacklist pcspkr"
>
/etc/modprobe.d/nobeep.conf
usermod
-s
jiri
passwd jiri
# Mount NTFS write
pacman
-S
ntfs-3g
pacman
-S
rsync
##### UNNEED
#pacman -S ttf-dejavu
#pacman -S ttf-rissole
#pacman -S sudo
#pacman -S gnome-keyring libsecret
## C++ compilator
#pacman -S gcc
#pacman -S --needed base-devel
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