Compare commits
4 Commits
dcf6c34fec
...
cf44e54eba
Author | SHA1 | Date | |
---|---|---|---|
cf44e54eba | |||
9396aad9ca | |||
f3be4bb62f | |||
878d301a1e |
5
boot/loader/entries/arch-fallback.conf
Executable file
5
boot/loader/entries/arch-fallback.conf
Executable file
@ -0,0 +1,5 @@
|
||||
title Arch Linux
|
||||
linux /vmlinuz-linux
|
||||
initrd /amd-ucode.img
|
||||
initrd /initramfs-linux-fallback.img
|
||||
options rd.luks.name=3927d3f3-175f-4b72-9e05-395ef5664c81=cryptlvm rd.luks.options=discard root=/dev/ssd1/root resume=/dev/ssd1/swap rw add_efi_memmap kernel=30
|
5
boot/loader/entries/arch.conf
Executable file
5
boot/loader/entries/arch.conf
Executable file
@ -0,0 +1,5 @@
|
||||
title Arch Linux
|
||||
linux /vmlinuz-linux
|
||||
initrd /amd-ucode.img
|
||||
initrd /initramfs-linux.img
|
||||
options rd.luks.name=3927d3f3-175f-4b72-9e05-395ef5664c81=cryptlvm rd.luks.options=discard root=/dev/ssd1/root resume=/dev/ssd1/swap rw add_efi_memmap kernel=30
|
99
etc/sudoers
Normal file
99
etc/sudoers
Normal file
@ -0,0 +1,99 @@
|
||||
## sudoers file.
|
||||
##
|
||||
## This file MUST be edited with the 'visudo' command as root.
|
||||
## Failure to use 'visudo' may result in syntax or file permission errors
|
||||
## that prevent sudo from running.
|
||||
##
|
||||
## See the sudoers man page for the details on how to write a sudoers file.
|
||||
##
|
||||
|
||||
##
|
||||
## Host alias specification
|
||||
##
|
||||
## Groups of machines. These may include host names (optionally with wildcards),
|
||||
## IP addresses, network numbers or netgroups.
|
||||
# Host_Alias WEBSERVERS = www1, www2, www3
|
||||
|
||||
##
|
||||
## User alias specification
|
||||
##
|
||||
## Groups of users. These may consist of user names, uids, Unix groups,
|
||||
## or netgroups.
|
||||
# User_Alias ADMINS = millert, dowdy, mikef
|
||||
|
||||
##
|
||||
## Cmnd alias specification
|
||||
##
|
||||
## Groups of commands. Often used to group related commands together.
|
||||
# Cmnd_Alias PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \
|
||||
# /usr/bin/pkill, /usr/bin/top
|
||||
# Cmnd_Alias REBOOT = /sbin/halt, /sbin/reboot, /sbin/poweroff
|
||||
|
||||
##
|
||||
## Defaults specification
|
||||
##
|
||||
## You may wish to keep some of the following environment variables
|
||||
## when running commands via sudo.
|
||||
##
|
||||
## Locale settings
|
||||
# Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET"
|
||||
##
|
||||
## Run X applications through sudo; HOME is used to find the
|
||||
## .Xauthority file. Note that other programs use HOME to find
|
||||
## configuration files and this may lead to privilege escalation!
|
||||
# Defaults env_keep += "HOME"
|
||||
##
|
||||
## X11 resource path settings
|
||||
# Defaults env_keep += "XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH"
|
||||
##
|
||||
## Desktop path settings
|
||||
# Defaults env_keep += "QTDIR KDEDIR"
|
||||
##
|
||||
## Allow sudo-run commands to inherit the callers' ConsoleKit session
|
||||
# Defaults env_keep += "XDG_SESSION_COOKIE"
|
||||
##
|
||||
## Uncomment to enable special input methods. Care should be taken as
|
||||
## this may allow users to subvert the command being run via sudo.
|
||||
# Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
|
||||
##
|
||||
## Uncomment to use a hard-coded PATH instead of the user's to find commands
|
||||
# Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
##
|
||||
## Uncomment to send mail if the user does not enter the correct password.
|
||||
# Defaults mail_badpass
|
||||
##
|
||||
## Uncomment to enable logging of a command's output, except for
|
||||
## sudoreplay and reboot. Use sudoreplay to play back logged sessions.
|
||||
# Defaults log_output
|
||||
# Defaults!/usr/bin/sudoreplay !log_output
|
||||
# Defaults!/usr/local/bin/sudoreplay !log_output
|
||||
# Defaults!REBOOT !log_output
|
||||
Defaults env_reset,timestamp_timeout=1440
|
||||
|
||||
##
|
||||
## Runas alias specification
|
||||
##
|
||||
|
||||
##
|
||||
## User privilege specification
|
||||
##
|
||||
root ALL=(ALL) ALL
|
||||
default ALL=(ALL) ALL
|
||||
|
||||
## Uncomment to allow members of group wheel to execute any command
|
||||
# %wheel ALL=(ALL) ALL
|
||||
|
||||
## Same thing without a password
|
||||
# %wheel ALL=(ALL) NOPASSWD: ALL
|
||||
|
||||
## Uncomment to allow members of group sudo to execute any command
|
||||
# %sudo ALL=(ALL) ALL
|
||||
|
||||
## Uncomment to allow any user to run sudo if they know the password
|
||||
## of the user they are running the command as (root by default).
|
||||
# Defaults targetpw # Ask for the password of the target user
|
||||
# ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw'
|
||||
|
||||
## Read drop-in files from /etc/sudoers.d
|
||||
## (the '#' here does not indicate a comment)
|
||||
#includedir /etc/sudoers.d
|
3
home/default/.config/alacritty/alacritty.toml
Normal file
3
home/default/.config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[window]
|
||||
opacity=0.85
|
||||
decorations="None"
|
@ -9,7 +9,7 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
|
||||
set $term kitty
|
||||
set $term alacritty
|
||||
set $menu rofi -show combi | xargs swaymsg exec --
|
||||
|
||||
# wallpaper
|
||||
|
32
packages.txt
32
packages.txt
@ -1,9 +1,12 @@
|
||||
adobe-source-han-sans-jp-fonts
|
||||
adobe-source-han-sans-kr-fonts
|
||||
aic94xx-firmware
|
||||
alacritty
|
||||
amd-ucode
|
||||
android-udev
|
||||
anki-bin
|
||||
arch-install-scripts
|
||||
arduino-ide-bin
|
||||
asdf-vm
|
||||
atomicparsley
|
||||
atool
|
||||
@ -17,7 +20,6 @@ bind
|
||||
binutils
|
||||
bison
|
||||
blueman
|
||||
bluetooth-autoconnect
|
||||
brightnessctl
|
||||
bzip2
|
||||
calibre
|
||||
@ -34,11 +36,11 @@ cryptsetup
|
||||
cups
|
||||
cups-pdf
|
||||
darktable
|
||||
ddclient
|
||||
device-mapper
|
||||
dhcpcd
|
||||
dialog
|
||||
diffutils
|
||||
dino
|
||||
direnv
|
||||
downgrade
|
||||
dxvk-bin
|
||||
@ -65,7 +67,6 @@ ffmpegthumbnailer
|
||||
file
|
||||
filesystem
|
||||
findutils
|
||||
firefox
|
||||
flex
|
||||
font-manager
|
||||
fortune-mod
|
||||
@ -81,7 +82,6 @@ fortune-mod-starwars
|
||||
freecad
|
||||
fwbuilder
|
||||
fwupd
|
||||
gajim
|
||||
gamemode
|
||||
gawk
|
||||
gcc
|
||||
@ -102,6 +102,7 @@ gnu-netcat
|
||||
gnutls
|
||||
google-chrome
|
||||
gparted
|
||||
gphoto2
|
||||
grep
|
||||
grim
|
||||
grub
|
||||
@ -113,10 +114,12 @@ gst-plugins-ugly
|
||||
gstreamer-vaapi
|
||||
gtk-engine-murrine
|
||||
gutenprint
|
||||
gvfs-gphoto2
|
||||
gwakeonlan
|
||||
gzip
|
||||
handbrake
|
||||
hddtemp
|
||||
hexedit
|
||||
highlight
|
||||
htop
|
||||
hugin
|
||||
@ -127,13 +130,11 @@ iotop
|
||||
iproute2
|
||||
iputils
|
||||
itstool
|
||||
iucode-tool
|
||||
iw
|
||||
jammr
|
||||
jansson
|
||||
jq
|
||||
kanshi
|
||||
kcm-wacomtablet
|
||||
kdocker
|
||||
keepassxc
|
||||
kid3
|
||||
@ -210,6 +211,7 @@ mcomix
|
||||
mcpp
|
||||
mdadm
|
||||
mediainfo
|
||||
merkuro
|
||||
mesa
|
||||
minecraft-launcher
|
||||
mixxx
|
||||
@ -217,7 +219,6 @@ mousetweaks
|
||||
mpc
|
||||
mpv
|
||||
mpv-mpris
|
||||
mqtt-explorer
|
||||
mumble
|
||||
namcap
|
||||
nano
|
||||
@ -246,7 +247,6 @@ package-query
|
||||
papirus-icon-theme
|
||||
patch
|
||||
pavucontrol
|
||||
pc-ble-driver
|
||||
pciutils
|
||||
perl
|
||||
perl-image-exiftool
|
||||
@ -263,6 +263,7 @@ playerctl
|
||||
playonlinux
|
||||
polkit-gnome
|
||||
postgresql-libs
|
||||
prismlauncher
|
||||
procps-ng
|
||||
psensor
|
||||
psmisc
|
||||
@ -273,14 +274,12 @@ python-axolotl
|
||||
python-levenshtein
|
||||
python-matplotlib
|
||||
python-mutagen
|
||||
python-nrfutil
|
||||
python-pip
|
||||
python-pycryptodome
|
||||
python-pyenchant
|
||||
python-pylast
|
||||
python-pynvim
|
||||
python-wxpython
|
||||
qbittorrent
|
||||
qt5ct
|
||||
qt5-graphicaleffects
|
||||
qt5-imageformats
|
||||
@ -325,19 +324,7 @@ systemd-ui
|
||||
tar
|
||||
telegram-desktop
|
||||
texinfo
|
||||
texlive-basic
|
||||
texlive-bibtexextra
|
||||
texlive-bin
|
||||
texlive-fontsextra
|
||||
texlive-formatsextra
|
||||
texlive-games
|
||||
texlive-humanities
|
||||
texlive-latexextra
|
||||
texlive-mathscience
|
||||
texlive-music
|
||||
texlive-pictures
|
||||
texlive-pstricks
|
||||
texlive-publishers
|
||||
tlp
|
||||
tmux
|
||||
traceroute
|
||||
@ -365,6 +352,7 @@ vulkan-mesa-layers
|
||||
vulkan-radeon
|
||||
vulkan-tools
|
||||
w3m
|
||||
wacomtablet
|
||||
wakeonlan
|
||||
waybar
|
||||
wayland-utils
|
||||
|
Loading…
Reference in New Issue
Block a user