1
0
Fork 0
dotfiles
 
 
 
Go to file
urosm 7b7b4133e1 update `git` config 2023-12-26 00:12:56 +01:00
ImageMagick-6 move work tree to `.config` 2023-12-11 17:55:18 +01:00
apt/apt.conf.d move work tree to `.config` 2023-12-11 17:55:18 +01:00
fontconfig move work tree to `.config` 2023-12-11 17:55:18 +01:00
foot move work tree to `.config` 2023-12-11 17:55:18 +01:00
fuzzel move work tree to `.config` 2023-12-11 17:55:18 +01:00
git update `git` config 2023-12-26 00:12:56 +01:00
mako move work tree to `.config` 2023-12-11 17:55:18 +01:00
mpv move work tree to `.config` 2023-12-11 17:55:18 +01:00
nvim add `nvim` config 2023-12-19 23:57:08 +01:00
python move work tree to `.config` 2023-12-11 17:55:18 +01:00
sudoers.d move work tree to `.config` 2023-12-11 17:55:18 +01:00
sway move work tree to `.config` 2023-12-11 17:55:18 +01:00
swayidle move work tree to `.config` 2023-12-11 17:55:18 +01:00
swaylock move work tree to `.config` 2023-12-11 17:55:18 +01:00
zathura move work tree to `.config` 2023-12-11 17:55:18 +01:00
.gitignore add `.gitignore` 2023-08-23 13:09:53 +02:00
README.md update `README.md` 2023-12-11 17:52:34 +01:00
bashrc update `.bashrc` 2023-12-20 21:07:55 +01:00
mimeapps.list move work tree to `.config` 2023-12-11 17:55:18 +01:00
profile update `.profile` 2023-12-20 20:49:49 +01:00
user-dirs.dirs move work tree to `.config` 2023-12-11 17:55:18 +01:00

README.md

# dotfiles
sudo apt install git
cd
git init
git remote add origin gitea@git.kompot.si:urosm/dot.git
git pull
git checkout main -f
# locale setup
sudo dpkg-reconfigure locales
# utils
sudo apt install unzip
sudo apt install curl
sudo apt install jq
sudo apt install screen
sudo apt install rsync
sudo apt install udisks2
# networking
sudo apt install network-manager
# firewall
sudo apt install ufw
sudo ufw allow "SSH"
sudo ufw allow 1194/udp
sudo ufw enable
# neovim
sudo apt install neovim
# sway
sudo apt install --no-install-recommends sway
sudo apt install swayidle swaylock
sudo apt install xdg-desktop-portal-wlr
sudo apt install foot
sudo apt install fuzzel
sudo apt install brightnessctl wlsunset
sudo apt install fonts-agave
sudo apt install grim
sudo apt install wl-clipboard
# notifications
sudo apt install mako-notifier libnotify-bin
# audio
sudo apt install pipewire-audio
systemctl --user enable --now wireplumber.service
# web and media
sudo apt install firefox-esr
sudo apt install thunderbird
sudo apt install mpv
sudo apt install zathura zathura-djvu
# writing
sudo apt install pandoc
sudo apt install texlive-latex-recommended texlive-fonts-extra # TODO
# office
sudo apt install libreoffice
sudo apt install libreoffice-gtk3 
sudo apt install libreoffice-l10n-sl
# printing and scanning
sudo apt install cups
sudo apt install simple-scan
# pdf processing
sudo apt install qpdf
sudo apt install imagemagick
sudo apt install ocrmypdf
# remote desktop
sudo apt install remmina
sudo apt install wireguard-tools