Compare commits
15 Commits
Author | SHA1 | Date |
---|---|---|
|
d0cd3783cf | |
|
4ed2e0831b | |
|
4411c5f9a6 | |
|
d76e8aebf7 | |
|
2236d67d6e | |
|
e5a13840a7 | |
|
021fcbff61 | |
|
86ec8ee471 | |
|
f4bcd89714 | |
|
aecbf02a04 | |
|
beead9be21 | |
|
95263cc8d6 | |
|
33f82903e4 | |
|
cc54ff0749 | |
|
bbd793cc82 |
|
@ -36,13 +36,16 @@ alias np='nano -w PKGBUILD'
|
|||
alias more="less"
|
||||
alias rofi='rofi -m 1'
|
||||
alias weather="curl wttr.in"
|
||||
alias ls="exa -lhg --group-directories-first"
|
||||
alias ll="exa -lhga --group-directories-first"
|
||||
alias ls="eza -lhg --group-directories-first"
|
||||
alias ll="eza -lhga --group-directories-first"
|
||||
alias vim="nvim"
|
||||
alias docs="python ~/scripts/stock_price.py -s docs"
|
||||
alias stock="python ~/scripts/stock_price.py -s "
|
||||
alias r="ranger"
|
||||
alias grep='grep --colour=auto'
|
||||
alias cdd='. ~/scripts/project_picker.sh'
|
||||
alias configedit='. ~/scripts/config_edit.sh'
|
||||
alias clip='cliphist list | fzf --no-sort | cliphist decode | wl-copy'
|
||||
|
||||
# expand path
|
||||
PATH=/usr/local/bin:/usr/bin/:/usr/sbin
|
||||
|
@ -65,3 +68,6 @@ bind '"\C-t": "fzf --preview \"cat {}\" < <(find . -type f) | xargs $EDITOR\n"'
|
|||
|
||||
# kinda annoying tbh
|
||||
# pfetch || neofetch || fastfetch
|
||||
|
||||
# Created by `pipx` on 2025-05-04 00:05:20
|
||||
export PATH="$PATH:/home/clint/.local/bin"
|
||||
|
|
|
@ -13,7 +13,8 @@ monitor = DP-2,1920x1080, 1920x0, 1
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$terminal = alacritty
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
# $menu = wofi --show drun
|
||||
$menu = rofi -theme /home/clint/.config/wofi/test3.rasi -show drun
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
|
@ -22,6 +23,7 @@ $menu = wofi --show drun
|
|||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
exec-once = waybar & hyprpaper
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
|
@ -165,6 +167,7 @@ bind = $mainMod, P, exec, ~/scripts/hypr_change_wallpaper.sh
|
|||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, X, exec, ~/scripts/hypr_shutdown.sh
|
||||
bind = $mainMod, H, exec, cliphist list | rofi -theme /home/clint/.config/wofi/test3.rasi -dmenu | cliphist decode | wl-copy
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = /home/clint/Pictures/wallpapers/snowy_church.jpg
|
||||
path = /home/clint/Pictures/wallpapers/redtrees.jpg
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
preload =
|
||||
wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/castle_view.jpg
|
||||
wallpaper = DP-2, /home/clint/Pictures/wallpapers/castle_view.jpg
|
||||
wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/forest.jpg
|
||||
wallpaper = DP-2, /home/clint/Pictures/wallpapers/forest.jpg
|
||||
|
||||
#enable splash text rendering over the wallpaper
|
||||
splash = false
|
||||
|
|
|
@ -8,7 +8,7 @@ set-window-option -g status-left-length 30
|
|||
|
||||
# right status
|
||||
set-window-option -g status-right-length 300
|
||||
set-window-option -g status-right "#[bg=white fg=black bold][`F]#[bg=black fg=white] Search #[bg=white fg=black bold][`C-r]#[bg=black fg=white] Restore #[bg=white fg=black bold][`C-s]#[bg=black fg=white] Save#[fg=brightred bg=black] #[fg=white bg=black] #{weather} #[fg=brightred bg=black] #[fg=colour179 bg=black]🖥 CPU:#{cpu_percentage} MEM:#{ram_percentage} #[fg=brightred bg=black] #[fg=white bg=black]📅%Y-%m-%d 🕗%I:%m%p"
|
||||
set-window-option -g status-right "#[bg=white fg=black bold][`F]#[bg=black fg=white] Search #[bg=white fg=black bold][`C-r]#[bg=black fg=white] Restore #[bg=white fg=black bold][`C-s]#[bg=black fg=white] Save#[fg=brightred bg=black] #[fg=white bg=black] #{weather} #[fg=brightred bg=black] #[fg=colour179 bg=black]🖥 CPU:#{cpu_percentage} MEM:#{ram_percentage} #[fg=brightred bg=black] #[fg=white bg=black]📅%Y-%m-%d 🕗%I:%M%p"
|
||||
set-window-option -g status-right-style "fg=white bg=black"
|
||||
# set-option -g status-right
|
||||
|
||||
|
|
34
zsh/.zshrc
34
zsh/.zshrc
|
@ -1,15 +1,5 @@
|
|||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
# Initialization code that may require console input (password prompts, [y/n]
|
||||
# confirmations, etc.) must go above this block; everything else may go below.
|
||||
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
|
||||
|
||||
# import keys
|
||||
if [ -f ~/.keys ]; then
|
||||
. ~/.keys
|
||||
echo "keys loaded"
|
||||
fi
|
||||
# prompt
|
||||
export PS1="%{%F{226}%}%n%{%F{220}%}@%{%F{214}%}%m %{%F{33}%}%1~ %{%f%}$ "
|
||||
|
||||
# aliases
|
||||
# alias python="/Library/Frameworks/Python.framework/Versions/3.10/bin/python3"
|
||||
|
@ -52,12 +42,6 @@ compinit
|
|||
_comp_options+=(globdots)
|
||||
zstyle ':completion:*' menu select
|
||||
|
||||
# start power theme
|
||||
source ~/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
# auto cd
|
||||
setopt auto_cd
|
||||
|
||||
|
@ -71,4 +55,16 @@ eval "$(pyenv init --path)"
|
|||
eval "$(pyenv init -)"
|
||||
# eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
source ~/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
||||
# fzf
|
||||
export FZF_DEFAULT_OPTS='--layout=reverse --height=50% --preview-window=right:50%:border-sharp --border-label=" command preview " --border=double'
|
||||
|
||||
# Set up fzf key bindings and fuzzy completion
|
||||
# Ctrl+R override for bash history
|
||||
# Alt-C overried to cd into selected directory
|
||||
eval "$(fzf --zsh)"
|
||||
|
||||
# Quick file finder with preview and open with vim (Ctrl+T override)
|
||||
# bind '"\C-t": "fzf --preview \"cat {}\" < <(find . -type f) | xargs $EDITOR\n"'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue