2
3
Fork
You've already forked dotfiles
0
No description
  • Vim Script 55.6%
  • Shell 26%
  • Lua 18.3%
  • GDScript 0.1%
2026年06月12日 09:16:43 +02:00
applications applications: update godot to 4.6.3 2026年05月21日 10:49:30 +02:00
backup backup: make systemd service to backup aftre boot and before shotdown 2026年05月17日 23:28:53 +02:00
bash bash: update sync folder aliases 2026年05月17日 14:53:09 +02:00
battery move config_path to simpler dotfiles path 2026年05月17日 12:44:27 +02:00
debian enable syncthing again 2026年05月17日 14:15:05 +02:00
foot move config_path to simpler dotfiles path 2026年05月17日 12:44:27 +02:00
godot godot: update editor settings 2026年05月26日 21:43:00 +02:00
kanshi move config_path to simpler dotfiles path 2026年05月17日 12:44:27 +02:00
luks luks: extend setup readme 2025年09月17日 10:44:02 +02:00
mako move config_path to simpler dotfiles path 2026年05月17日 12:44:27 +02:00
mocp mocp: fix setup 2026年05月21日 10:49:51 +02:00
nvim nvim: improve update.md instructions 2026年06月12日 09:16:43 +02:00
profile move config_path to simpler dotfiles path 2026年05月17日 12:44:27 +02:00
scripts scripts: add steam grapical assets scripts 2025年10月10日 08:32:56 +02:00
sway sway: set wlsunet to rome coordinates 2026年05月21日 20:03:33 +02:00
systemd inital commit 2024年10月18日 21:01:15 +02:00
tlp move config_path to simpler dotfiles path 2026年05月17日 12:44:27 +02:00
tmux move config_path to simpler dotfiles path 2026年05月17日 12:44:27 +02:00
vial vial: fix setup 2026年05月21日 10:50:02 +02:00
.gitignore setup: make sure dotfiles env var is set 2026年05月17日 13:43:17 +02:00
LICENSE inital commit 2024年10月18日 21:01:15 +02:00
README.md setup: make sure dotfiles env var is set 2026年05月17日 13:43:17 +02:00
setup-root-laptop.sh setup: make sure dotfiles env var is set 2026年05月17日 13:43:17 +02:00
setup-root.sh setup: make sure dotfiles env var is set 2026年05月17日 13:43:17 +02:00
setup.sh setup: make sure dotfiles env var is set 2026年05月17日 13:43:17 +02:00

dotfiles

My personal dotfiles, including useful scripts and other stuff worth preserving.

setup

This is just for personal use.

As root

export dotfiles=/home/dulvui/dotfiles
bash setup-root.sh

For laptops

export dotfiles=/home/dulvui/dotfiles
bash setup-root-laptop.sh

As user

export dotfiles=/home/dulvui/dotfiles
bash setup.sh