From 3ba81783933aa858c1044988f840e93c92b7b925 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 30 Apr 2021 17:38:39 +0000 Subject: [PATCH] Add xinit --- install.py | 5 ++--- xinit/.xinitrc | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100755 xinit/.xinitrc diff --git a/install.py b/install.py index e26542a..6812886 100644 --- a/install.py +++ b/install.py @@ -16,7 +16,7 @@ TIMEZONE = 'Etc/UTC' DOWNLOAD_REGION = 'Germany' DEFAULT_USER = 'buffet' DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video'] -DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile'] +DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit'] dependencies = [ 'acpi', @@ -39,7 +39,7 @@ dependencies_aur = [ 'all-repository-fonts', 'awesome-git', 'direnv', - 'neovim-nightly-bin', + 'neovim-git', 'plover-git', 'ttf-go-mono-git', ] @@ -58,7 +58,6 @@ def get_password(name='Password', default=None): def setup_dotfiles(i): - # XXX: dotfiles already existing? i.arch_chroot( f''' su {user} -c " diff --git a/xinit/.xinitrc b/xinit/.xinitrc new file mode 100755 index 0000000..69b8996 --- /dev/null +++ b/xinit/.xinitrc @@ -0,0 +1 @@ +exec awesome