Compare commits

..

15 Commits

Author SHA1 Message Date
clint d0cd3783cf clippy 2025-05-31 13:04:53 -05:00
clint 4ed2e0831b aliases 2025-05-31 11:30:04 -05:00
clint 4411c5f9a6 rofi temp 2025-05-31 09:01:19 -05:00
clint d76e8aebf7 Merge branch 'master' of https://git.terminallychill.xyz/clint/dotfiles 2025-05-07 15:00:20 -05:00
clint 2236d67d6e eza; exa gone 2025-05-07 14:58:04 -05:00
clint e5a13840a7 asdf 2025-05-07 14:55:47 -05:00
clint 021fcbff61 null-ls dead; using none-ls 2025-05-07 14:55:47 -05:00
clint 86ec8ee471 whichkey update 2025-05-07 14:55:47 -05:00
clint f4bcd89714 bash-completion added 2025-05-07 14:55:47 -05:00
clint aecbf02a04 friendship ended with firefox, floorp new best friend 2025-05-07 14:55:47 -05:00
clint beead9be21 space 2025-05-07 14:55:47 -05:00
clint 95263cc8d6 move to workspace SILENT 2025-05-07 14:55:47 -05:00
c 33f82903e4 zshrc fzf history and ps1 2025-03-13 23:38:17 -05:00
clint cc54ff0749 minutes, not month, you dumbass 2025-02-28 08:29:59 -06:00
clint bbd793cc82 Merge pull request 'hyprland' (#4) from hyprland into master
Reviewed-on: #4
2025-02-28 14:27:04 +00:00
6 changed files with 31 additions and 26 deletions

View File

@ -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"

View File

@ -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

View File

@ -1,7 +1,7 @@
# BACKGROUND
background {
monitor =
path = /home/clint/Pictures/wallpapers/snowy_church.jpg
path = /home/clint/Pictures/wallpapers/redtrees.jpg
}

View File

@ -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

View File

@ -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

View File

@ -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"'