Skip to content

skeletorXVI/setup-popos-22-04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pop!Os 22.04 Setup

Instructions, scripts and to set up Pop!Os 22.04 LTS installations.

Setup

  1. Install Ansible
    sudo apt install python3-pip \
    && sudo pip install ansible
  2. Download repository containing playbook
    mkdir ~/Repositories \
    && cd ~/Repositories \
    && git clone https://github.com/skeletorXVI/popos22-04_setup.git
  3. Setup system
    ansible-playbook \
     --user "$USER" \
     --inventory ~/Repositories/popos22-04_setup/inventory \
     --connection=local \
     --ask-become-pass \
     ~/Repositories/popos22-04_setup/setup.yml
  4. Add user bin path
    echo 'export PATH="/home/fabian/.local/bin:$PATH"' >> ~/.bashrc
  5. Enable extended keyboard layouts
    gsettings set org.gnome.desktop.input-sources show-all-sources true
  6. Select the English (US) > German, Swedish and Finnish (US)
  7. Enable signin with fingerprint
    sudo apt install libpam-fprintd

Troubleshooting

Stuck on "Gathering Facts"

This issue may happen when alternative PAM authentication methods are installed. The best workaround for this issue is to use SSH connection instead of local connection.

Use the following command instead.

ansible-playbook \
  --inventory ~/Repositories/popos22-04_setup/inventory \
  --ask-become-pass \
  ~/Repositories/popos22-04_setup/setup.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published