dotfiles

dotfiles for my system
git clone git://git.evenfri.xyz/dotfiles.git
Log | Files | Refs

commit a5f81f67fff7afd6bd3d7e171e59976443ff0d08
parent c59ec93ad966e1b60a471e5abad1a28cd162fbf6
Author: evenfri <evenfri256@gmail.com>
Date:   Sat, 15 Aug 2026 21:03:32 +0800

add acme, new wallpaper

Diffstat:
Abin/9pserve | 0
Abin/acme | 0
Abin/devdraw | 0
Mconfigs/bspwm | 3+--
Mconfigs/zshrc | 1+
Minstall | 7+------
Ainstall_repos | 9+++++++++
Awallpapers/18.png | 0
8 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/bin/9pserve b/bin/9pserve Binary files differ. diff --git a/bin/acme b/bin/acme Binary files differ. diff --git a/bin/devdraw b/bin/devdraw Binary files differ. diff --git a/configs/bspwm b/configs/bspwm @@ -5,7 +5,6 @@ bspc monitor HDMI-0 -d 10 bspc config border_width 1 bspc config window_gap 10 - bspc config top_padding 0 bspc config bottom_padding 0 bspc config left_padding 0 @@ -32,7 +31,7 @@ xinput set-prop 10 "libinput Accel Profile Enabled" 0 1 0 # background script # hsetroot -solid "#008080" -feh --no-fehbg --bg-fill "$dotfiles/wallpapers/17.png" +feh --no-fehbg --bg-fill "$dotfiles/wallpapers/18.png" # bar script # "$dotfiles/bin/polybar" diff --git a/configs/zshrc b/configs/zshrc @@ -1,5 +1,6 @@ export PLAN9="$dotfiles/packages/plan9" +export PATH="$dotfiles/bin:$PATH" export PATH="$PLAN9/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" diff --git a/install b/install @@ -4,8 +4,6 @@ set -e loc="$HOME/.dotfiles" package_install=(doas pacman -Sy) -repo_url="git://git.evenfri.duckdns.org" -aur_url="https://aur.archlinux.org" packages=( "base-devel" @@ -41,10 +39,7 @@ mkdir -p "$loc/packages" mkdir -p "$loc/packages/plan9" # cloning repositories -rm -rf st mk-standalone xcursor-plan9 - -git clone "$repo_url/st.git" -git clone "$repo_url/mk-standalone.git" +./install_repos # linking configs ln -sf "$loc/configs/zshrc" "$HOME/.zshrc" diff --git a/install_repos b/install_repos @@ -0,0 +1,9 @@ +#!/bin/sh + +repo_url="git://git.evenfri.duckdns.org" +aur_url="https://aur.archlinux.org" + +rm -rf st mk-standalone xcursor-plan9 + +git clone "$repo_url/st.git" +git clone "$repo_url/mk-standalone.git" diff --git a/wallpapers/18.png b/wallpapers/18.png Binary files differ.