this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+36 -7
nvim
lua
kickstart
plugins
sway
config.d
+5 -1
.zshrc
···
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
+
export EDITOR=nvim
+
export PATH=$PATH:/home/hailey/go/bin
export ZSH="$HOME/.oh-my-zsh"
-
ZSH_THEME="Soliah"
+
ZSH_THEME="gnzh"
plugins=(
git
···
alias pubip='curl ipv4.icanhazip.com'
alias lsl='ls -l'
+
+
alias geoip='uv run --project /home/hailey/bsky/ipres /home/hailey/bsky/ipres/main.py'
source /usr/share/nvm/init-nvm.sh
source /etc/profile.d/google-cloud-cli.sh
+17 -1
nvim/init.lua
···
marksman = {},
vtsls = {},
tailwindcss = {},
+
rust_analyzer = {
+
settings = {
+
["rust-analyzer"] = {
+
check = {
+
command = "clippy",
+
},
+
cargo = {
+
allFeatures = true,
+
},
+
procMacro = {
+
enable = true,
+
},
+
},
+
},
+
},
lua_ls = {
-- cmd = { ... },
-- filetypes = { ... },
···
"htmlhint",
"pyright",
"ruff",
+
"rust_analyzer",
})
require("mason-tool-installer").setup({ ensure_installed = ensure_installed })
···
opts = {
picker = "snacks",
default_remote = { "origin" },
-
default_merge_method = "commit",
+
default_merge_method = "squash",
default_delete_branch = false,
issues = {
order_by = {
+1
nvim/lua/kickstart/plugins/lint.lua
···
lint.linters_by_ft = {
html = { "htmlhint" },
dockerfile = { "hadolint" },
+
rust = { "clippy" },
}
-- However, note that this will enable a set of default linters,
+11 -3
sway/config
···
set $scripts ~/.config/sway/scripts
set $userscripts ~/.config/sway/userscripts
set $uifont "Ubuntu 15"
-
set $menu bemenu-run --fn $uifont -b -p "▶" --tf "$highlight" --hf "$highlight" --sf "$highlight" --scf "$highlight" -l "10 up" | xargs swaymsg exec
+
# set $menu bemenu-run --fn $uifont -b -p "▶" --tf "$highlight" --hf "$highlight" --sf "$highlight" --scf "$highlight" -l "10 up" | xargs swaymsg exec
+
# git clone --depth=1 https://github.com/adi1090x/rofi.git
+
# bash install.sh
+
set $menu bash /home/hailey/.config/rofi/launchers/type-2/launcher.sh
set $highlight #b21858
···
output * adaptive_sync off
-
set $wallpaper /home/hailey/bgs/lesbians.jpg
+
set $wallpaper /home/hailey/bgs/carcig.png
output * bg $wallpaper fill
···
for_window [class="Slack"] opacity 0.975
for_window [class="discord"] opacity 0.975
+
# Always put workspace 9 on the second monitor
+
workspace 9 output HDMI-A-1
+
assign [app_id="spotify"] 9
+
corner_radius 10
bindsym $mod+L exec $lock
···
# bindsym $mod+Shift+End exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --now
# bindsym $mod+Shift+s exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --swappy
-
bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png - | wl-copy -t image/png
+
# bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png - | wl-copy -t image/png
+
bindsym $mod+Shift+s exec flameshot gui --clipboard
bindsym $mod+n splith
bindsym $mod+m splitv
+2 -2
sway/config.d/monitors
···
-
output DP-3 resolution 3840x2160@240Hz pos 0,0
-
output eDP-1 resolution 2560x1600@165Hz pos 3840,1200
+
output DP-2 resolution 3840x2160@120Hz pos 0,0
+
output HDMI-A-1 resolution 2560x1440@143.912hz transform 270 pos -1440,0