Squashed commit of the following:
- dusnt theme
- readme fix?
- removed librewolf from laptop backup. takes too long
- wezterm var for wezterm
- use p10kbar only if wezterm var
- removed zsh entry in wezterm and tmux
- moved to librewolf
- backup changes
This commit is contained in:
@@ -9,7 +9,8 @@ eg my dotfiles
|
||||
|
||||
i liked how primagen did his dev environment and deploying of scripts. so im making my own version
|
||||
|
||||
> [!NOTE] the pacman install scripts may not be fully what i have as i made this loong after installing software
|
||||
> [!NOTE]
|
||||
> the pacman install scripts may not be fully what i have as i made this loong after installing software
|
||||
|
||||
## requirements
|
||||
|
||||
|
||||
3
env/.bashrc
vendored
3
env/.bashrc
vendored
@@ -9,3 +9,6 @@ PS1='\[\e[37;1m\][\[\e[35;1m\]\u\[\e[33m\]@\[\e[35;1m\]\h \[\e[36;1m\]\W\[\e[37;
|
||||
set -o vi
|
||||
~/.local/bin/system/neoboot.sh
|
||||
source ~/.config/.profile
|
||||
|
||||
eval "$(fzf --bash)"
|
||||
eval "$(atuin init bash)"
|
||||
|
||||
2
env/.config/.profile
vendored
2
env/.config/.profile
vendored
@@ -26,7 +26,7 @@ fi
|
||||
export DEV_ENV=~
|
||||
export PROMPT_EOL_MARK=""
|
||||
export EDITOR="nvim"
|
||||
export BROWSER="custom-zen.desktop"
|
||||
#export BROWSER="custom-zen.desktop"
|
||||
export PREFIX=/usr
|
||||
export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin/blender-4.1.1-linux-x64"
|
||||
export MANPAGER='nvim +Man!'
|
||||
|
||||
18
env/.config/dunst/dunstrc
vendored
18
env/.config/dunst/dunstrc
vendored
@@ -493,3 +493,21 @@
|
||||
# set_stack_tag = "volume"
|
||||
#
|
||||
# vim: ft=cfg
|
||||
|
||||
[global]
|
||||
frame_color = "#8aadf4"
|
||||
separator_color= frame
|
||||
highlight = "#8aadf4"
|
||||
|
||||
[urgency_low]
|
||||
background = "#24273a"
|
||||
foreground = "#cad3f5"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#24273a"
|
||||
foreground = "#cad3f5"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#24273a"
|
||||
foreground = "#cad3f5"
|
||||
frame_color = "#f5a97f"
|
||||
|
||||
3
env/.config/tmux/tmux.conf
vendored
3
env/.config/tmux/tmux.conf
vendored
@@ -2,9 +2,6 @@
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g terminal-overrides 'screen*:colors=256'
|
||||
|
||||
set -g default-shell /bin/zsh
|
||||
set -g default-command /bin/zsh
|
||||
|
||||
set -gq allow-passthrough on
|
||||
set -g visual-activity off
|
||||
|
||||
|
||||
5
env/.config/wezterm/wezterm.lua
vendored
5
env/.config/wezterm/wezterm.lua
vendored
@@ -2,7 +2,10 @@ local wezterm = require 'wezterm'
|
||||
local colors= require 'colors'
|
||||
|
||||
local config = {}
|
||||
config.default_prog = { 'zsh', '-l' } --config.font = wezterm.font 'Classic Console' config.font_size = 15 config.font = wezterm.font 'Source Code Pro'
|
||||
--config.font = wezterm.font 'Classic Console' config.font_size = 15 config.font = wezterm.font 'Source Code Pro'
|
||||
config.set_environment_variables = {
|
||||
wezterm = 'yes',
|
||||
}
|
||||
config.enable_tab_bar = false
|
||||
|
||||
config.font = wezterm.font_with_fallback {
|
||||
|
||||
2
env/.local/bin/scripts/backup/backup-tol
vendored
2
env/.local/bin/scripts/backup/backup-tol
vendored
@@ -24,6 +24,4 @@ exclude="--exclude stream.sh --exclude node_modules --exclude **/target"
|
||||
|
||||
fsynca
|
||||
|
||||
printf "==CC-survival unsynced\n\n"
|
||||
|
||||
fsyncb
|
||||
|
||||
2
env/.local/bin/scripts/backup/bbackup
vendored
2
env/.local/bin/scripts/backup/bbackup
vendored
@@ -15,7 +15,7 @@ fsyncb () {
|
||||
fi
|
||||
}
|
||||
|
||||
syncfile="stuff .surf/styles .config/eDEX-UI/ .gnupg .ssh .local/bin/lf-gadgets .config/FreeTube .config/wlxoverlay .config/newsboat .config/zsh .config/vesktop/themes .keepass .config/Pinta .config/cmus .config/cava .local/share/applications/custom .local/share/osu"
|
||||
syncfile="stuff .surf/styles .config/eDEX-UI/ .gnupg .ssh .local/bin/lf-gadgets .config/FreeTube .config/wlxoverlay .config/newsboat .config/zsh .config/vesktop/themes .keepass .config/Pinta .config/cmus .config/cava .local/share/applications/custom .local/share/osu .librewolf"
|
||||
|
||||
target="/home/iceyrazor/mnt-backups/LINUX FILES/home/iceyrazor"
|
||||
exclude="--exclude node_modules --exclude node_modules_23 --exclude **/target --exclude LinVAM/pyenv"
|
||||
|
||||
8
env/.zshrc
vendored
8
env/.zshrc
vendored
@@ -4,8 +4,11 @@
|
||||
|
||||
~/.local/bin/system/neoboot.sh
|
||||
|
||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
if [[ "$wezterm" == "yes" ]]; then
|
||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
fi
|
||||
source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme
|
||||
fi
|
||||
|
||||
# Lines configured by zsh-newuser-install
|
||||
@@ -37,7 +40,6 @@ source <(fzf --zsh)
|
||||
|
||||
source ~/.config/.profile
|
||||
#bash --login -i -c 'source ~/.profile'
|
||||
source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
||||
# bindkey -a h backward-char
|
||||
# bindkey -a i forward-char
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
$sudo pacman -S --noconfirm zsh bat ntfs-3g inetutils doas atuin gvfs-mtp btop htop wezterm rxvt-unicode lf ripgrep rofi-wayland networkmanager
|
||||
$aurm -S librewolf-bin
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
echo SETTING MIMES
|
||||
unset BROWSER
|
||||
xdg-mime default zen.desktop application/pdf
|
||||
xdg-settings set default-web-browser librewolf.desktop
|
||||
xdg-mime default librewolf.desktop application/pdf
|
||||
xdg-mime default pinta.desktop image/jpeg
|
||||
xdg-mime default pinta.desktop image/png
|
||||
xdg-mime default pinta.desktop image/webp
|
||||
xdg-mime default pinta.desktop image/gif
|
||||
xdg-settings set default-web-browser custom-zen.desktop
|
||||
echo --------
|
||||
|
||||
Reference in New Issue
Block a user