2023-12-31 21:01:19 +01:00
2023-12-31 21:01:19 +01:00
2023-11-27 23:29:10 +01:00
2023-12-31 18:36:01 +01:00

laptop

Laptop configuration for Arch Linux

Requirements

Setup

Create the user as administrator

# Install the necessary dependencies
pacman -S sudo fish git

# Allow members of the group "sudo" to issue sudo commands
sed -i 's/# %sudo/%sudo/g' /etc/sudoers

# Add the "sudo" group
groupadd sudo

# Add the unprivileged user
useradd --create-home --shell --groups sudo --uid 1000 /bin/fish user

# Setup the password for the unprivileged user
passwd user

Laptop installation as user

# Clone the repository
git clone https://github.com/aminnairi/laptop.git

# Change the current working directory
cd laptop

# Apply the configuration
bash main.sh

Configuration of the used programs

Configuration of Bitwarden

rbw config set email <email>

Where <email> is the email to use for Bitwarden.

Configuration of i3

touch i3/i3status/settings.json
{
  "weather": {
    "appid": "your-openweathermap-api-key-here"
  }
}

Startup of i3

startx

Shortcuts

Shortcut Description
Super + x Lock the screen
Super + p Start a new screenshot
S
Description
No description provided
Readme GPL-3.0
1.8 MiB
Languages
Shell 70%
Lua 30%