This commit is contained in:
2025-07-02 00:06:47 -07:00
commit f1b2f81de4
99 changed files with 5755 additions and 0 deletions

1
dotfiles/.Xresources Normal file
View File

@ -0,0 +1 @@
Xft.dpi: 110

17
dotfiles/.bashrc Normal file
View File

@ -0,0 +1,17 @@
alias r='ranger'
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias discup='sudo pacman -Syy discord'
alias config='vim ~/.config/i3/config'
alias barconfig='vim ~/.config/i3status/config'
alias bedtime='xset s off; xset -dpms'
alias c='xclip -selection clipboard'
alias x='startx -- -nolisten tcp -noreset -seat seat0 -background none -keeptty'
alias ssh_mount='sshfs iron:/wdraidz/media ~/wdraidz/media && sshfs iron:/wdraidz/tank ~/wdraidz/tank'
alias ssh_unmount='fusermount3 -u ~/wdraidz/media && fusermount3 -u ~/wdraidz/tank'
export SHELL=bash
export EDITOR=vim
export PATH=~/bin:$PATH
PS1='[\[\e[94;1m\]\u\[\e[0;94m\]@\[\e[94m\]\h\[\e[0m\]] \[\e[92m\]\w\n\[\e[0m\]> '

3
dotfiles/.gitconfig Normal file
View File

@ -0,0 +1,3 @@
[user]
name = pants
email = niklasjo2004@gmail.com

10
dotfiles/.vimrc Normal file
View File

@ -0,0 +1,10 @@
filetype plugin indent on
"autocmd FileType yaml setlocal ts=2 sts=2 sw=2
"autocmd FileType java,lua,c,cpp,py setlocal ts=4 sts=4 sw=4
set ts=2 sts=2 sw=2
syntax on
set number
set ruler
set expandtab
" set list
" set listchars=tab:>-

13
dotfiles/.xinitrc Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
export XCURSOR_SIZE=32
export XCURSOR_THEME=default
xrdb -merge ~/.Xresources
xrandr --output DP-0 --mode 3440x1440 --rate 144 --primary
xset r rate 200 40
feh --no-fehbg --bg-fill ~/.images/$(ls ~/.images | shuf -n 1)
liquidctl_fan-curve
redshift&
solaar --window=hide&
easyeffects --gapplication-service&
dwmblocks&
exec dwm