added usrconfig

This commit is contained in:
julien
2026-02-25 17:38:16 +01:00
parent 4e6a2540e1
commit 26f7a4e97d
7 changed files with 53 additions and 1 deletions

View File

@@ -20,6 +20,10 @@ sudo dnf install mozilla-ublock-origin
# Codecs # Codecs
sudo dnf install ffmpeg --allowerasing sudo dnf install ffmpeg --allowerasing
# User configuration
sudo mkdir -p /rw/usrlocal/etc/skel/.config
sudo cp -r usrconfig/. /rw/usrlocal/etc/skel/.config/
# MPV # MPV
sudo dnf install mpv sudo dnf install mpv
sudo mkdir -p /rw/usrlocal/etc/mpv sudo mkdir -p /rw/usrlocal/etc/mpv
@@ -30,7 +34,8 @@ sudo mkdir -p /rw/usrlocal/etc/firefox/policies
sudo cp policies.json /rw/usrlocal/etc/firefox/policie/ sudo cp policies.json /rw/usrlocal/etc/firefox/policie/
# Software # Software
sudo dnf install gimp inkscape libreoffice qbittorrent sudo dnf install alacritty gimp inkscape libreoffice qbittorrent
# Development # Development
sudo dnf install helix php-cli php-pdo composer sqlite sudo dnf install helix php-cli php-pdo composer sqlite

View File

@@ -0,0 +1,4 @@
[general]
import = [
"~/.config/alacritty/themes/themes/monokai_pro.toml"
]

View File

@@ -0,0 +1,26 @@
# Default colors
[colors.primary]
background = '#2D2A2E'
foreground = '#fff1f3'
# Normal colors
[colors.normal]
black = '#2c2525'
red = '#fd6883'
green = '#adda78'
yellow = '#f9cc6c'
blue = '#f38d70'
magenta = '#a8a9eb'
cyan = '#85dacc'
white = '#fff1f3'
# Bright colors
[colors.bright]
black = '#72696a'
red = '#fd6883'
green = '#adda78'
yellow = '#f9cc6c'
blue = '#f38d70'
magenta = '#a8a9eb'
cyan = '#85dacc'
white = '#fff1f3'

View File

@@ -0,0 +1,2 @@
# Theme
theme = "monokai_pro"

View File

@@ -0,0 +1,2 @@
TerminalEmulator=alacritty

View File

@@ -0,0 +1,5 @@
<?xml version="1.1" encoding="UTF-8"?>
<channel name="thunar" version="1.0">
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_ONLY_LOCAL"/>
</channel>

View File

@@ -0,0 +1,8 @@
<?xml version="1.1" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
<property name="ThemeName" type="string" value="Adwaita-dark"/>
<property name="IconThemeName" type="string" value="Mint-Y-Blue"/>
</property>
</channel>