1
0
Fork 0

Compare commits

..

16 Commits

Author SHA1 Message Date
urosm 91e12f9304 add README 2023-08-22 22:10:21 +02:00
urosm 509eb77fd0 add `pandoc` data 2023-08-22 22:10:21 +02:00
urosm fad4d45e22 add scripts 2023-08-22 22:10:21 +02:00
urosm 2745cc554c add `python` config 2023-08-22 22:10:21 +02:00
urosm 487b92b9a5 add `user-dirs.dirs` 2023-08-22 22:10:21 +02:00
urosm d7dbb773a6 add `mimeapps.list` 2023-08-22 22:10:21 +02:00
urosm 77f1b9ceb2 add `mpv` config 2023-08-22 22:10:21 +02:00
urosm db0a90dc6f add `zathura` config 2023-08-22 22:10:21 +02:00
urosm 40ba99162b add `fontconfig` config 2023-08-22 22:10:21 +02:00
urosm ef74a134f4 add `mako` config 2023-08-22 22:10:21 +02:00
urosm 432cf2d592 add `fuzzel` config 2023-08-22 22:10:21 +02:00
urosm beae039a16 add `foot` config 2023-08-22 22:10:21 +02:00
urosm 569b788383 add `swaylock` config 2023-08-22 22:10:21 +02:00
urosm ceed8da428 add `swayidle` config 2023-08-22 22:10:21 +02:00
urosm b36bd5e8f7 add `sway` config 2023-08-22 22:10:17 +02:00
urosm 4ecdcac426 add `wireguard` config 2023-08-22 22:10:12 +02:00
3 changed files with 23 additions and 14 deletions

View File

@ -146,9 +146,10 @@ for_window [window_type="popup_menu"] floating enable
for_window [window_type="tooltip"] floating enable
for_window [window_type="notification"] floating enable
# specific floating
# rules
for_window [title="About Mozilla Firefox"] floating enable
for_window [app_id="foot_float"] floating enable
for_window [app_id="foot"] inhibit_idle
# laptop
bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+;\

View File

@ -1,10 +1,15 @@
quickstart
sudo apt install wireguard-tools
serverside configuration
sudo sysctl -w net.ipv4.ip_forward=1
sudo sed -i "s/^#net.ipv4.ip_forward = 1/net.ipv4.ip_forward = 1/" /etc/sysctl.conf
sudo sysctl -w net.ipv4.ip_forward=1
sudo sed -i "s/^#net.ipv4.ip_forward = 1/net.ipv4.ip_forward = 1/" /etc/sysctl.conf
generating keys
wg genkey > client.key
wg pubkey < client.key > client.pub
wg genkey > client.key
wg pubkey < client.key > client.pub

21
README
View File

@ -1,4 +1,4 @@
dotfiles
quickstart
sudo apt install git
cd
@ -13,9 +13,17 @@ locales
sudo dpkg-reconfigure locales
utils
sudo apt install screen
sudo apt install rsync
sudo apt install udisks2
networking
sudo apt install network-manager
sudo apt install openssh-server
firewall
@ -23,11 +31,7 @@ firewall
sudo apt install ufw
sudo ufw allow "SSH"
sudo ufw allow 1194/udp
mounting
sudo apt install udisks2
sudo ufw enable
neovim
@ -41,7 +45,7 @@ neovim
lua-language-server
sudo apt install ninja-build
sudo apt install ninja-build g++
git clone --depth 1 --branch 3.6.25 https://github.com/luals/lua-language-server
./make.sh
@ -66,7 +70,7 @@ sway
audio
sudo apt install pipewire-audio
systemctl --user --now enable wireplumber.service
systemctl --user enable --now wireplumber.service
web and media
@ -101,4 +105,3 @@ printing and scanning
remote desktop
sudo apt install remmina
sudo apt install wireguard-tools