added usrconfig
This commit is contained in:
@@ -20,6 +20,10 @@ sudo dnf install mozilla-ublock-origin
|
||||
# Codecs
|
||||
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
|
||||
sudo dnf install 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/
|
||||
|
||||
# Software
|
||||
sudo dnf install gimp inkscape libreoffice qbittorrent
|
||||
sudo dnf install alacritty gimp inkscape libreoffice qbittorrent
|
||||
|
||||
# Development
|
||||
sudo dnf install helix php-cli php-pdo composer sqlite
|
||||
|
||||
|
||||
4
usrconfig/alacritty/alacritty.toml
Normal file
4
usrconfig/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/monokai_pro.toml"
|
||||
]
|
||||
26
usrconfig/alacritty/themes/monokai_pro.toml
Normal file
26
usrconfig/alacritty/themes/monokai_pro.toml
Normal 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'
|
||||
2
usrconfig/helix/config.toml
Normal file
2
usrconfig/helix/config.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Theme
|
||||
theme = "monokai_pro"
|
||||
2
usrconfig/xfce4/helpers.rc
Normal file
2
usrconfig/xfce4/helpers.rc
Normal file
@@ -0,0 +1,2 @@
|
||||
TerminalEmulator=alacritty
|
||||
|
||||
5
usrconfig/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
5
usrconfig/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal 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>
|
||||
8
usrconfig/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
Normal file
8
usrconfig/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
Normal 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>
|
||||
Reference in New Issue
Block a user