init
This commit is contained in:
1
dotfiles/.Xresources
Normal file
1
dotfiles/.Xresources
Normal file
@ -0,0 +1 @@
|
||||
Xft.dpi: 110
|
||||
17
dotfiles/.bashrc
Normal file
17
dotfiles/.bashrc
Normal 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
3
dotfiles/.gitconfig
Normal file
@ -0,0 +1,3 @@
|
||||
[user]
|
||||
name = pants
|
||||
email = niklasjo2004@gmail.com
|
||||
10
dotfiles/.vimrc
Normal file
10
dotfiles/.vimrc
Normal 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
13
dotfiles/.xinitrc
Executable 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
|
||||
Reference in New Issue
Block a user