From 44c0bbef0640002b64d3258e6a0c14d332c66159 Mon Sep 17 00:00:00 2001 From: Biocoder Date: Mon, 1 Apr 2024 17:47:26 +0300 Subject: [PATCH] Update. Drop old stuff. --- .config/autostart/ssh-add.desktop | 5 - .config/bspwm/bspwmrc | 22 --- .config/chrome-flags.conf | 4 - .config/polybar/config.ini | 142 ------------------- .config/samba/smb.conf | 15 -- .config/sxhkd/sxhkdrc | 121 ---------------- .config/wluma/config.toml | 26 ---- .config/yay/config.json | 5 - .gitconfig | 2 +- .local/share/libinput/local-overrides.quirks | 11 -- .profile | 5 - .scripts/arch/alhp-install | 4 +- .scripts/arch/archlinuxcn-install | 9 -- .scripts/arch/base-setup | 30 +--- .scripts/arch/desktop-setup | 25 ++-- .scripts/arch/repos-setup | 4 - .scripts/arch/server-setup | 31 ++-- .scripts/common/dotfiles-install | 5 +- .scripts/common/dotfiles-link | 10 -- .scripts/common/sddm-theme | 23 --- .shrc | 1 + README.md | 11 +- 22 files changed, 37 insertions(+), 474 deletions(-) delete mode 100644 .config/autostart/ssh-add.desktop delete mode 100755 .config/bspwm/bspwmrc delete mode 100644 .config/chrome-flags.conf delete mode 100644 .config/polybar/config.ini delete mode 100644 .config/samba/smb.conf delete mode 100644 .config/sxhkd/sxhkdrc delete mode 100644 .config/wluma/config.toml delete mode 100644 .config/yay/config.json delete mode 100644 .local/share/libinput/local-overrides.quirks delete mode 100755 .scripts/arch/archlinuxcn-install delete mode 100755 .scripts/common/dotfiles-link delete mode 100755 .scripts/common/sddm-theme diff --git a/.config/autostart/ssh-add.desktop b/.config/autostart/ssh-add.desktop deleted file mode 100644 index 00ab47b..0000000 --- a/.config/autostart/ssh-add.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Exec=command -v zsh > /dev/null && zsh --extendedglob -c 'ssh-add -q ~/.ssh/id^*.pub < /dev/null' -Name=ssh-add -Type=Application -X-KDE-AutostartScript=true diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc deleted file mode 100755 index 7648aa8..0000000 --- a/.config/bspwm/bspwmrc +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -bspc monitor -d I II III IV V VI VII VIII IX X - -bspc config border_width 0 -bspc config window_gap 0 - -bspc config split_ratio 0 -bspc config borderless_monocle true -bspc config gapless_monocle true - -xsetroot -solid "#000000" - -for i in /sys/class/hwmon/hwmon*/temp*_input; do - # shellcheck disable=all - if [ "$(cat $(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*}))" = "coretemp: Package id 0" ]; then - export HWMON_PATH="$i" - fi -done - -pgrep -x sxhkd > /dev/null || sxhkd & -pgrep -x polybar > /dev/null || polybar & diff --git a/.config/chrome-flags.conf b/.config/chrome-flags.conf deleted file mode 100644 index e4d6bb7..0000000 --- a/.config/chrome-flags.conf +++ /dev/null @@ -1,4 +0,0 @@ ---force-dark-mode ---ozone-platform-hint=auto ---enable-features=WebUIDarkMode,TouchpadOverscrollHistoryNavigation,VaapiVideoDecoder ---disable-features=UseChromeOSDirectVideoDecoder diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini deleted file mode 100644 index 95b21bb..0000000 --- a/.config/polybar/config.ini +++ /dev/null @@ -1,142 +0,0 @@ -[colors] -background = #282A2E -background-alt = #373B41 -foreground = #C5C8C6 -primary = #F0C674 -secondary = #8ABEB7 -alert = #A54242 -disabled = #707880 - -[settings] -screenchange-reload = true -pseudo-transparency = true - -[bar/main] -height = 16pt -line-size = 1pt -font-0 = monospace;2 - -background = ${colors.background} -foreground = ${colors.foreground} - -separator = | -separator-foreground = ${colors.disabled} - -cursor-click = pointer -cursor-scroll = ns-resize - -tray-position = right -wm-restack = bspwm -enable-ipc = true - -modules-left = xworkspaces xwindow -modules-right = network filesystem memory cpu temperature pulseaudio xkeyboard date - -[module/xworkspaces] -type = internal/xworkspaces - -label-active = %name% -label-active-background = ${colors.background-alt} -label-active-underline= ${colors.primary} -label-active-padding = 1 - -label-occupied = %name% -label-occupied-padding = 1 - -label-urgent = %name% -label-urgent-background = ${colors.alert} -label-urgent-padding = 1 - -label-empty = %name% -label-empty-foreground = ${colors.disabled} -label-empty-padding = 1 - -[module/xwindow] -type = internal/xwindow -label = %title:0:60:...% - -[module/network] -type = internal/network -interface-type = wired - -label-connected = %{F#F0C674}%local_ip%%{F-} %netspeed% - -label-disconnected = %ifname% disconnected -label-disconnected-foreground = ${colors.disabled} - -[module/filesystem] -type = internal/fs -spacing = 1 -warn-percentage = 95 - -mount-0 = / -mount-1 = /media - -label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%% - -label-warn = %mountpoint% %percentage_used%% -label-warn-foreground = ${colors.alert} -format-warn = - -[module/memory] -type = internal/memory -warn-percentage = 95 - -format-prefix = "MEM " -format-prefix-foreground = ${colors.primary} - -label-warn = MEM %percentage_used%% -label-warn-foreground = ${colors.alert} -format-warn = - -[module/cpu] -type = internal/cpu -warn-percentage = 95 - -format-prefix = "CPU " -format-prefix-foreground = ${colors.primary} - -label-warn = CPU %percentage%% -label-warn-foreground = ${colors.alert} -format-warn = - -[module/temperature] -type = internal/temperature -hwmon-path = ${env:HWMON_PATH} -warn-temperature = 85 - -format-prefix = "TEMP " -format-prefix-foreground = ${colors.primary} - -label-warn = TEMP %temperature-c% -label-warn-foreground = ${colors.alert} - -[module/pulseaudio] -type = internal/pulseaudio -use-ui-max = false - -format-volume-prefix = "VOL " -format-volume-prefix-foreground = ${colors.primary} - -label-volume = %percentage%% -format-volume = - -label-muted = muted -label-muted-foreground = ${colors.disabled} - -[module/xkeyboard] -type = internal/xkeyboard - -label-layout-foreground = ${colors.primary} - -[module/date] -type = internal/date - -date = %d/%m/%Y -time = %H:%M - -date-alt = %A, %d %B %Y -time-alt = %H:%M:%S - -label = %date% %time% -label-foreground = ${colors.primary} diff --git a/.config/samba/smb.conf b/.config/samba/smb.conf deleted file mode 100644 index 209022a..0000000 --- a/.config/samba/smb.conf +++ /dev/null @@ -1,15 +0,0 @@ -[global] - server string = %h - use sendfile = yes - min receivefile size = 16384 - -[homes] - writable = yes - -[printers] - guest ok = yes - printable = yes - -[media] - path = /media - writable = yes diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc deleted file mode 100644 index 967016a..0000000 --- a/.config/sxhkd/sxhkdrc +++ /dev/null @@ -1,121 +0,0 @@ -# -# wm independent hotkeys -# - -# terminal emulator -super + Return - $TERM - -# program launcher -super + @space - dmenu_run - -# make sxhkd reload its configuration files: -super + Escape - pkill -USR1 -x sxhkd - -# -# bspwm hotkeys -# - -# quit/restart bspwm -super + alt + {q,r} - bspc {quit,wm -r} - -# close and kill -super + {_,shift + }w - bspc node -{c,k} - -# alternate between the tiled and monocle layout -super + m - bspc desktop -l next - -# send the newest marked node to the newest preselected node -super + y - bspc node newest.marked.local -n newest.!automatic.local - -# swap the current node and the biggest window -super + g - bspc node -s biggest.window - -# -# state/flags -# - -# set the window state -super + {t,shift + t,s,f} - bspc node -t {tiled,pseudo_tiled,floating,fullscreen} - -# set the node flags -super + ctrl + {m,x,y,z} - bspc node -g {marked,locked,sticky,private} - -# -# focus/swap -# - -# focus the node in the given direction -super + {_,shift + }{h,j,k,l} - bspc node -{f,s} {west,south,north,east} - -# focus the node for the given path jump -super + {p,b,comma,period} - bspc node -f @{parent,brother,first,second} - -# focus the next/previous window in the current desktop -super + {_,shift + }c - bspc node -f {next,prev}.local.!hidden.window - -# focus the next/previous desktop in the current monitor -super + bracket{left,right} - bspc desktop -f {prev,next}.local - -# focus the last node/desktop -super + {grave,Tab} - bspc {node,desktop} -f last - -# focus the older or newer node in the focus history -super + {o,i} - bspc wm -h off; \ - bspc node {older,newer} -f; \ - bspc wm -h on - -# focus or send to the given desktop -super + {_,shift + }{1-9,0} - bspc {desktop -f,node -d} '^{1-9,10}' - -# -# preselect -# - -# preselect the direction -super + ctrl + {h,j,k,l} - bspc node -p {west,south,north,east} - -# preselect the ratio -super + ctrl + {1-9} - bspc node -o 0.{1-9} - -# cancel the preselection for the focused node -super + ctrl + space - bspc node -p cancel - -# cancel the preselection for the focused desktop -super + ctrl + shift + space - bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel - -# -# move/resize -# - -# expand a window by moving one of its side outward -super + alt + {h,j,k,l} - bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0} - -# contract a window by moving one of its side inward -super + alt + shift + {h,j,k,l} - bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} - -# move a floating window -super + {Left,Down,Up,Right} - bspc node -v {-20 0,0 20,0 -20,20 0} diff --git a/.config/wluma/config.toml b/.config/wluma/config.toml deleted file mode 100644 index 0f6d72c..0000000 --- a/.config/wluma/config.toml +++ /dev/null @@ -1,26 +0,0 @@ -[als.iio] -path = "/sys/bus/iio/devices" -thresholds = { 0 = "night", 20 = "dark", 80 = "dim", 250 = "normal", 500 = "bright", 800 = "outdoors" } - -# [als.webcam] -# video = 0 -# thresholds = { 0 = "night", 15 = "dark", 30 = "dim", 45 = "normal", 60 = "bright", 75 = "outdoors" } - -# [als.time] -# thresholds = { 0 = "night", 7 = "dark", 9 = "dim", 11 = "normal", 13 = "bright", 16 = "normal", 18 = "dark", 20 = "night" } - -# [als.none] - -[[output.backlight]] -name = "LVDS-1" -path = "/sys/class/backlight/gmux_backlight" -#capturer = "wlroots" -capturer = "none" - -# [[output.ddcutil]] -# name = "Dell Inc. DELL P2415Q" -# capturer = "none" - -[[keyboard]] -name = "keyboard-apple" -path = "/sys/bus/platform/devices/applesmc.768/leds/smc::kbd_backlight/" diff --git a/.config/yay/config.json b/.config/yay/config.json deleted file mode 100644 index 320054c..0000000 --- a/.config/yay/config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "sudobin": "sudo", - "sudoflags": "", - "sudoloop": true -} diff --git a/.gitconfig b/.gitconfig index 00e2d0e..a57c4eb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,6 @@ [init] defaultBranch = master [alias] - dotfiles = !git --git-dir=$HOME/.dotfiles --work-tree=$HOME + dotfiles = !git --git-dir=$HOME/.local/state/dotfiles --work-tree=$HOME [push] autoSetupRemote = true diff --git a/.local/share/libinput/local-overrides.quirks b/.local/share/libinput/local-overrides.quirks deleted file mode 100644 index 5cc1bdd..0000000 --- a/.local/share/libinput/local-overrides.quirks +++ /dev/null @@ -1,11 +0,0 @@ -[Apple Touchpads USB] -MatchVendor=0x05AC -MatchBus=usb -MatchUdevType=touchpad -ModelAppleTouchpad=1 -AttrSizeHint=106x76 -AttrTouchSizeRange=150:130 -AttrPalmSizeThreshold=1000 - -AttrPalmPressureThreshold=255 -AttrThumbPressureThreshold=200 diff --git a/.profile b/.profile index 874cb6b..414feb4 100644 --- a/.profile +++ b/.profile @@ -22,8 +22,3 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then else unset MOZ_ENABLE_WAYLAND fi - -if [ -f "/usr/bin/ksshaskpass" ]; then - export SSH_ASKPASS='/usr/bin/ksshaskpass' - export SSH_ASKPASS_REQUIRE=prefer -fi diff --git a/.scripts/arch/alhp-install b/.scripts/arch/alhp-install index 2430a27..231a77c 100755 --- a/.scripts/arch/alhp-install +++ b/.scripts/arch/alhp-install @@ -7,7 +7,9 @@ fi ARCH="" -if /lib/ld-linux-x86-64.so.2 --help | grep -q 'x86-64-v3 (supported, searched)'; then +if /lib/ld-linux-x86-64.so.2 --help | grep -q 'x86-64-v4 (supported, searched)'; then + ARCH='x86-64-v4' +elif /lib/ld-linux-x86-64.so.2 --help | grep -q 'x86-64-v3 (supported, searched)'; then ARCH='x86-64-v3' elif /lib/ld-linux-x86-64.so.2 --help | grep -q 'x86-64-v2 (supported, searched)'; then ARCH='x86-64-v2' diff --git a/.scripts/arch/archlinuxcn-install b/.scripts/arch/archlinuxcn-install deleted file mode 100755 index 8b50ffb..0000000 --- a/.scripts/arch/archlinuxcn-install +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -PACMAN_CONF="/etc/pacman.conf" -grep -qxF "[archlinuxcn]" "$PACMAN_CONF" || sudo sed -i '$a\\n[archlinuxcn]\nServer = https://repo.archlinuxcn.org/$arch' $PACMAN_CONF - -pkgs update -pkgs install archlinuxcn-keyring - -echo "archlinuxcn-install done." diff --git a/.scripts/arch/base-setup b/.scripts/arch/base-setup index 3d20c15..1315f62 100755 --- a/.scripts/arch/base-setup +++ b/.scripts/arch/base-setup @@ -10,23 +10,18 @@ PREFERED_SHELL="/usr/bin/zsh" pkgs install "$PACKAGES" +# zsh if [ "$SHELL" != "$PREFERED_SHELL" ] && [ -f "$PREFERED_SHELL" ]; then echo "Changing current shell $SHELL to $PREFERED_SHELL" chsh -s "$PREFERED_SHELL" fi +# systemd-boot if [ -f "/boot/loader/loader.conf" ]; then sudo sed -i "s/^timeout.*/timeout 0/" /boot/loader/loader.conf -fi - -# mitigations off -echo "Setting mitigations off" -boot-options set mitigations off -# cpufreq.default_governor performance -if grep -q "performance" /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors; then - echo "Setting cpufreq.default_governor performance" - boot-options set cpufreq.default_governor performance + echo "Setting mitigations off" + boot-options set mitigations off fi # bluetooth @@ -35,23 +30,6 @@ if sudo dmesg | grep -i blue > /dev/null; then sudo systemctl enable --now bluetooth fi -LINUX_HEADERS="" -pacman -Q linux 2> /dev/null && LINUX_HEADERS="$LINUX_HEADERS linux-headers" -pacman -Q linux-hardened 2> /dev/null && LINUX_HEADERS="$LINUX_HEADERS linux-hardened-headers" -pacman -Q linux-lts 2> /dev/null && LINUX_HEADERS="$LINUX_HEADERS linux-lts-headers" -pacman -Q linux-rt 2> /dev/null && LINUX_HEADERS="$LINUX_HEADERS linux-rt-headers" -pacman -Q linux-rt-lts 2> /dev/null && LINUX_HEADERS="$LINUX_HEADERS linux-rt-lts-headers" -pacman -Q linux-zen 2> /dev/null && LINUX_HEADERS="$LINUX_HEADERS linux-zen-headers" - -# broadcom-wl -lspci -vnn -d 14e4: | grep -q "wl" && pkgs install broadcom-wl-dkms "$LINUX_HEADERS" - -# auto-cpufreq -if [ -d "/sys/class/power_supply/BAT0" ] && [ -f "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors" ]; then - pkgs install auto-cpufreq - sudo systemctl enable --now auto-cpufreq -fi - # Intel lspci | grep -q 'VGA.*Intel' && pkgs install intel-gpu-tools diff --git a/.scripts/arch/desktop-setup b/.scripts/arch/desktop-setup index e80a9d7..f48bf4c 100755 --- a/.scripts/arch/desktop-setup +++ b/.scripts/arch/desktop-setup @@ -2,16 +2,13 @@ PACKAGES=" \ flatpak appimagelauncher \ -xclip wl-clipboard \ -xdg-desktop-portal xdg-desktop-portal-hyprland \ -bspwm sxhkd polybar dmenu xorg-xsetroot \ noto-fonts noto-fonts-cjk noto-fonts-emoji ttf-firacode-nerd \ wezterm ttf-nerd-fonts-symbols-mono \ libva-utils corectrl \ -firefox \ +firefox chromium \ telegram-desktop webkit2gtk \ -qbittorrent shadowsocks-electron-bin \ -barrier remmina libvncserver freerdp \ +qbittorrent \ +remmina libvncserver freerdp \ gimp krita xp-pen-tablet \ mpv spotify-launcher sonixd-bin electron22-bin jellyfin-media-player \ " @@ -21,21 +18,15 @@ discord \ " pkgs install "$PACKAGES" - flatpak install "$FLATPAK_PACKAGES" +# virt [ -c "/dev/kvm" ] && pkgs install qemu-full libvirt virt-manager -# SDDM -pkgs install sddm sddm-slice-git -sudo systemctl enable sddm -sddm-theme slice - -# Wluma -if [ -d "/sys/bus/iio/devices/iio:device0" ]; then - pkgs install wluma - sudo usermod -a -G video "$(id -u -n)" - systemctl --user enable --now wluma +# auto-cpufreq +if [ -d "/sys/class/power_supply/BAT0" ]; then + pkgs install auto-cpufreq + sudo systemctl enable --now auto-cpufreq fi echo "desktop-setup done." diff --git a/.scripts/arch/repos-setup b/.scripts/arch/repos-setup index a6c9390..2bab0e6 100755 --- a/.scripts/arch/repos-setup +++ b/.scripts/arch/repos-setup @@ -4,12 +4,8 @@ PARALLEL_DOWNLOADS="10" sudo sed -i "s/ParallelDownloads.*/ParallelDownloads = $PARALLEL_DOWNLOADS/" /etc/pacman.conf rankmirrors-update - paru-install - alhp-install || echo "ALHP unsupported." - chaotic-aur-install -archlinuxcn-install echo "repos-setup done." diff --git a/.scripts/arch/server-setup b/.scripts/arch/server-setup index 67038c8..a011e73 100755 --- a/.scripts/arch/server-setup +++ b/.scripts/arch/server-setup @@ -4,8 +4,6 @@ USER=$(whoami) MEDIA_GROUP="media" MEDIA_PATH="/media" -BARRIER_SERVER="192.168.2.10" - sudo groupadd -f "$MEDIA_GROUP" sudo usermod -aG "$MEDIA_GROUP" "$USER" sudo chown "$USER:$MEDIA_GROUP" -R "$MEDIA_PATH" @@ -23,10 +21,23 @@ sudo cupsctl --remote-admin --remote-any --share-printers # Samba pkgs install samba avahi wsdd2 sudo smbpasswd -a "$USER" - -SMB_CONF="$HOME/.config/samba/smb.conf" -[ -f "$SMB_CONF" ] && sudo ln -sb "$SMB_CONF" /etc/samba/smb.conf - +sudo tee /etc/samba/smb.conf > /dev/null << EOF +[global] + server string = %h + use sendfile = yes + min receivefile size = 16384 + +[homes] + writable = yes + +[printers] + guest ok = yes + printable = yes + +[media] + path = $MEDIA_PATH + writable = yes +EOF sudo systemctl enable --now smb.service avahi-daemon.service wsdd2.service # qBittorrent @@ -38,12 +49,4 @@ pkgs install jellyfin-server jellyfin-web sudo usermod -aG "$MEDIA_GROUP" jellyfin sudo systemctl enable --now jellyfin.service -# Barrier (if already installed) -SDDM_XSETUP="/usr/share/sddm/scripts/Xsetup" -BARRIERC="/usr/bin/barrierc" - -if [ -f "$SDDM_XSETUP" ] && [ -f "$BARRIERC" ] && ! grep -qF "$BARRIERC" "$SDDM_XSETUP"; then - echo "$BARRIERC --disable-crypto $BARRIER_SERVER" | sudo tee -a "$SDDM_XSETUP" -fi - echo "server-setup done." diff --git a/.scripts/common/dotfiles-install b/.scripts/common/dotfiles-install index 6a8b12b..caf2fb8 100755 --- a/.scripts/common/dotfiles-install +++ b/.scripts/common/dotfiles-install @@ -32,12 +32,9 @@ dotfiles config status.showUntrackedFiles no cat << EOF dotfiles-install done. -Some additional scripts: - dotfiles-link - link system files. - mitigations [on/off] - set kernel boot mitigations param. - Environment (only Arch Linux): full-setup - setup everything except server env. + repos-setup - setup all repos, paru and run rankmirrors-update. base-setup - base environment with some tweaks. desktop-setup - graphical environment. server-setup - server environment. diff --git a/.scripts/common/dotfiles-link b/.scripts/common/dotfiles-link deleted file mode 100755 index 8b7ec73..0000000 --- a/.scripts/common/dotfiles-link +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -sudo_symlink() { - sudo ln -sb "$1" "$2" -} - -[ -d "/usr/share/libinput" ] && sudo_symlink "$HOME/.local/share/libinput/local-overrides.quirks" /usr/share/libinput/local-overrides.quirks -[ -d "/etc/samba" ] && sudo_symlink "$HOME/.config/samba/smb.conf" /etc/samba/smb.conf - -echo "dotfiles-link done." diff --git a/.scripts/common/sddm-theme b/.scripts/common/sddm-theme deleted file mode 100755 index c041ba3..0000000 --- a/.scripts/common/sddm-theme +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -e - -if [ -z "$1" ]; then -cat << 'EOF' -Usage: sddm-theme THEME -Set SDDM theme to conf. -EOF - exit 1 -fi - -if [ ! -d "/usr/share/sddm/themes/$1" ]; then - echo "Theme $1 not found." - exit 1 -fi - -CONF_FILE="/etc/sddm.conf.d/theme.conf" -sudo mkdir -p "$(dirname $CONF_FILE)" -sudo tee "$CONF_FILE" << END -[Theme] -Current=$1 -END - -echo "Theme $1 set in $CONF_FILE" diff --git a/.shrc b/.shrc index c1d9b80..071cd45 100644 --- a/.shrc +++ b/.shrc @@ -4,6 +4,7 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias dotfiles='/usr/bin/git --git-dir=${XDG_STATE_HOME:-$HOME/.local/state}/dotfiles/ --work-tree=$HOME' +alias dotfiles-env='GIT_DIR=${XDG_STATE_HOME:-$HOME/.local/state}/dotfiles/ GIT_WORK_TREE=$HOME' alias pipewire-restart='systemctl --user restart wireplumber pipewire pipewire-pulse' diff --git a/README.md b/README.md index b345fdd..1614770 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ All conflicting files would be moved to **.local/state/dotfiles-backup** folder. ## Fork To properly fork this repo change **GIT_URI** value in [dotfiles-install](.scripts/common/dotfiles-install#L3) file. +Also change \[user\] fields in [.gitconfig](.gitconfig#L2) file. ## Shell @@ -69,7 +70,6 @@ Common scripts, loaded by default. #### Dotfiles - [dotfiles-install](.scripts/common/dotfiles-install) - install dotfiles bare repo. -- [dotfiles-link](.scripts/common/dotfiles-link) - symlink system wide configs. #### Tools @@ -89,29 +89,23 @@ operations: boot-options del