Current state & start docs.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
# KEYBOARD CONFIGURATION FILE
|
||||
|
||||
# Consult the keyboard(5) manual page.
|
||||
|
||||
XKBMODEL="pc105"
|
||||
XKBLAYOUT="us"
|
||||
XKBVARIANT=""
|
||||
XKBOPTIONS="ctrl:swapcaps,compose:ralt"
|
||||
|
||||
BACKSPACE="guess"
|
||||
|
||||
@@ -1,35 +1,15 @@
|
||||
- name: set up keyboard controls
|
||||
become: true
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/default/keyboard
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
content: |
|
||||
# KEYBOARD CONFIGURATION FILE
|
||||
# Consult the keyboard(5) manual page.
|
||||
# managed by ansible
|
||||
|
||||
XKBMODEL="pc105"
|
||||
XKBLAYOUT="us"
|
||||
XKBVARIANT=""
|
||||
XKBOPTIONS="ctrl:swapcaps,compose:ralt"
|
||||
|
||||
BACKSPACE="guess"
|
||||
|
||||
- name: set up common tools
|
||||
become: true
|
||||
ansible.builtin.apt: name={{ item }} state=present
|
||||
with_items:
|
||||
- acpitool
|
||||
- curl
|
||||
- emacs
|
||||
- htop
|
||||
- iftop
|
||||
- iotop
|
||||
- imagemagick
|
||||
- keychain
|
||||
- mg
|
||||
- nvi
|
||||
- pandoc
|
||||
- par
|
||||
- powertop
|
||||
@@ -44,24 +24,4 @@
|
||||
- tmux
|
||||
- tree
|
||||
- unzip
|
||||
- vim-gtk
|
||||
- zsh
|
||||
|
||||
- name: set up desktop environments
|
||||
become: true
|
||||
ansible.builtin.apt: name={{ item }} state=present
|
||||
with_items:
|
||||
- i3
|
||||
- i3lock
|
||||
|
||||
- name: set up xprogs
|
||||
become: true
|
||||
ansible.builtin.apt: name={{ item }} state=present
|
||||
with_items:
|
||||
- arandr
|
||||
- evince
|
||||
- feh
|
||||
- firefox
|
||||
- gparted
|
||||
- scrot
|
||||
- vlc
|
||||
|
||||
Reference in New Issue
Block a user