Compare commits
13 Commits
d26e963b3a
...
master
Author | SHA1 | Date | |
---|---|---|---|
332a9513be | |||
ba356f30ce | |||
1e85bda258 | |||
e44bf09895 | |||
0e2d581a42 | |||
e49f872029
|
|||
269efeacd5 | |||
7fc48a5009 | |||
7a2d8666e7 | |||
e88bca1023 | |||
5542bebfa8 | |||
50c09a01e5 | |||
ebc9b1a639 |
17
.bash_profile
Normal file
17
.bash_profile
Normal file
@@ -0,0 +1,17 @@
|
||||
# .bash_profile
|
||||
|
||||
# Get the aliases and functions
|
||||
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||
|
||||
export _JAVA_AWT_WM_NOREPARENTING=1
|
||||
export PATH="$PATH:/opt/texlive/2023/bin/x86_64-linux/"
|
||||
|
||||
# SSHAGENT
|
||||
export SSH_AUTH_SOCK=${HOME}/.ssh/agent
|
||||
if ! pgrep -u ${USER} ssh-agent > /dev/null; then
|
||||
rm -f ${SSH_AUTH_SOCK}
|
||||
fi
|
||||
if [ ! -S ${SSH_AUTH_SOCK} ]; then
|
||||
eval $(ssh-agent -a ${SSH_AUTH_SOCK} 2> /dev/null)
|
||||
fi
|
||||
|
54
.bashrc
54
.bashrc
@@ -14,6 +14,9 @@ source /etc/profile
|
||||
|
||||
|
||||
# PS1 shell color
|
||||
## simple white ps1 without git
|
||||
#PS1='\[\e[0m\][\[\e[0m\]\u\[\e[0m\]@\[\e[0m\]\H \[\e[0m\]\W\[\e[0m\]]\[\e[0m\]\$ \[\e[0m\]'
|
||||
|
||||
## based on: https://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/
|
||||
## get current branch in git repo
|
||||
function parse_git_branch() {
|
||||
@@ -90,12 +93,12 @@ function sv-enable () {
|
||||
|
||||
## Switch keyboard layouts
|
||||
function xkb-switch () {
|
||||
LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}')
|
||||
if [[ $LAYOUT == "us" ]]; then
|
||||
LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}')
|
||||
if [[ $LAYOUT == "us" ]]; then
|
||||
setxkbmap cz qwerty
|
||||
else
|
||||
else
|
||||
setxkbmap us
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
## Repeat command until exit
|
||||
@@ -123,33 +126,47 @@ m3u8-download() {
|
||||
youtube-dl -f $format_code --hls-prefer-native "$1"
|
||||
}
|
||||
|
||||
## GPG functions
|
||||
gpg_encrypt () {
|
||||
output=~/"${1}".$(date +%s).enc
|
||||
#gpg --encrypt --armor --output ${output} -r 0x0000 -r 0x0001 -r 0x0002 "${1}" && echo "${1} -> ${output}"
|
||||
gpg --encrypt --armor --output ${output} "${1}" && echo "${1} -> ${output}"
|
||||
}
|
||||
|
||||
gpg_decrypt () {
|
||||
output=$(echo "${1}" | rev | cut -c16- | rev)
|
||||
gpg --decrypt --output ${output} "${1}" && echo "${1} -> ${output}"
|
||||
}
|
||||
|
||||
|
||||
# Aliases and Exports
|
||||
## utility
|
||||
alias cal="cal -m"
|
||||
|
||||
## shell
|
||||
set -o vi # vim keybinding in terminal
|
||||
#set -o vi # vim keybinding in terminal
|
||||
EDITOR=vim # prefered editor
|
||||
stty -ixon # reverse i search bash
|
||||
complete -cf doas # doas completion
|
||||
alias ls="ls --color=auto"
|
||||
alias ll="ls -lFh"
|
||||
alias la="ls -alh"
|
||||
alias l="ls -CF"
|
||||
alias ld="ls -d -F */"
|
||||
alias lda="ls -l -d -p */"
|
||||
export HISTCONTROL=ignoredups # fuckin history identical vole
|
||||
|
||||
## network
|
||||
|
||||
## shortcuts
|
||||
alias lgfr="cd ~/git/filiprojek/"
|
||||
alias lgfr="cd ~/git/fr/"
|
||||
alias lgfw="cd ~/git/fofrweb/"
|
||||
alias lbc="cd ~/git/fr/pedf/bc"
|
||||
|
||||
## programs
|
||||
alias r="ranger"
|
||||
alias feh="feh --scale-down"
|
||||
alias dragon="dragon-drop"
|
||||
#alias dragon="dragon-drop"
|
||||
alias xclip="xclip -selection c"
|
||||
alias grep='grep --color=auto'
|
||||
alias passmenu="passmenu -l 10"
|
||||
@@ -157,6 +174,7 @@ alias speedtest="speedtest-cli"
|
||||
alias "cd.."="cd .."
|
||||
alias df='df -h' # human-readable sizes
|
||||
alias free='free -m' # show sizes in MB
|
||||
alias tldr='tldr -t base16' # colors
|
||||
|
||||
## gpg encryption
|
||||
# verify signature for isos
|
||||
@@ -192,8 +210,9 @@ alias fuck='doas $(history -p \!\!)'
|
||||
alias sudo="doas"
|
||||
|
||||
## void xbps aliases
|
||||
alias xi="doas xbps-install"
|
||||
alias xq="doas xbps-query -Rs"
|
||||
#alias xi="doas xbps-install"
|
||||
alias xi="doas xi"
|
||||
alias xq="xbps-query -Rs"
|
||||
alias xr="doas xbps-remove"
|
||||
alias xrd="doas xbps-remove -R" # remove all dependencies
|
||||
alias xu="doas xbps-install -Suv" # update
|
||||
@@ -201,24 +220,27 @@ alias xreinstall="doas xbps-install -f"
|
||||
alias xlu="xbps-install -Suvn" # list packages requiring updates
|
||||
|
||||
## random
|
||||
#alias vim="nvim"
|
||||
alias todo="vim ~/_todo.md"
|
||||
alias schm="~/.screenlayout/home.sh"
|
||||
alias sclp="~/.screenlayout/laptop.sh"
|
||||
|
||||
### bare git repo alias for dotfiles
|
||||
alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
|
||||
|
||||
|
||||
# Exports
|
||||
export PATH="$PATH:$HOME/.cargo/bin"
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export PATH="$PATH:/var/lib/flatpak/exports/bin"
|
||||
export PATH="$PATH:$HOME/.local/share/flatpak/exports/bin"
|
||||
export PATH="$PATH:/home/fr/git/microlab/wpa_tui/dmenu_scripts"
|
||||
|
||||
# Locales Exports
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
|
||||
# autologin on tty1
|
||||
if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
|
||||
exec startx
|
||||
fi
|
||||
|
||||
export $(dbus-launch)
|
||||
# if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
|
||||
# exec startx
|
||||
# fi
|
||||
|
||||
|
@@ -1,2 +1,86 @@
|
||||
font:
|
||||
size: 10
|
||||
normal:
|
||||
family: LiterationMono Nerd Font Mono
|
||||
style: Regular
|
||||
|
||||
bold:
|
||||
family: LiterationMono Nerd Font Mono
|
||||
style: Bold
|
||||
|
||||
italic:
|
||||
family: LiterationMono Nerd Font Mono
|
||||
style: Italic
|
||||
|
||||
bold_italic:
|
||||
family: LiterationMono Nerd Font Mono
|
||||
style: Bold Italic
|
||||
|
||||
|
||||
size: 8
|
||||
|
||||
# Base16 Default Dark - alacritty color config
|
||||
# Chris Kempson (http://chriskempson.com)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x181818'
|
||||
# foreground: '0xd8d8d8'
|
||||
# background: '0x000000'
|
||||
foreground: '0xffffff'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0x181818'
|
||||
cursor: '0xd8d8d8'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x181818'
|
||||
red: '0xab4642'
|
||||
green: '0xa1b56c'
|
||||
yellow: '0xf7ca88'
|
||||
blue: '0x7cafc2'
|
||||
magenta: '0xba8baf'
|
||||
cyan: '0x86c1b9'
|
||||
white: '0xd8d8d8'
|
||||
|
||||
bright:
|
||||
black: '0x181818'
|
||||
red: '0xab4642'
|
||||
green: '0xa1b56c'
|
||||
yellow: '0xf7ca88'
|
||||
blue: '0x7cafc2'
|
||||
magenta: '0xba8baf'
|
||||
cyan: '0x86c1b9'
|
||||
white: '0xd8d8d8'
|
||||
|
||||
# Bright colors
|
||||
# bright:
|
||||
# black: '0x585858'
|
||||
# red: '0xdc9656'
|
||||
# green: '0x282828'
|
||||
# yellow: '0x383838'
|
||||
# blue: '0xb8b8b8'
|
||||
# magenta: '0xe8e8e8'
|
||||
# cyan: '0xa16946'
|
||||
# white: '0xf8f8f8'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xdc9656' }
|
||||
- { index: 17, color: '0xa16946' }
|
||||
- { index: 18, color: '0x282828' }
|
||||
- { index: 19, color: '0x383838' }
|
||||
- { index: 20, color: '0xb8b8b8' }
|
||||
- { index: 21, color: '0xe8e8e8' }
|
||||
|
||||
draw_bold_text_with_bright_colors: false
|
||||
|
||||
window:
|
||||
opacity: 0.9
|
||||
|
||||
key_bindings:
|
||||
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
||||
|
||||
env:
|
||||
TERM: xterm-256color
|
||||
|
||||
|
@@ -64,7 +64,7 @@ local cmp_status_ok, cmp = pcall(require, "cmp")
|
||||
},
|
||||
-- Accept currently selected item. If none selected, `select` first item.
|
||||
-- Set `select` to `false` to only confirm explicitly selected items.
|
||||
["<CR>"] = cmp.mapping.confirm { select = true },
|
||||
["<CR>"] = cmp.mapping.confirm { select = false },
|
||||
["<Tab>"] = cmp.mapping(function(fallback)
|
||||
if cmp.visible() then
|
||||
cmp.select_next_item()
|
||||
|
@@ -1,7 +1,7 @@
|
||||
local set = vim.opt
|
||||
|
||||
set.mouse = 'a'
|
||||
set.encoding = 'utf-8'
|
||||
set.encoding = 'UTF-8'
|
||||
set.fileencoding = 'UTF-8'
|
||||
|
||||
set.number = true
|
||||
@@ -24,9 +24,24 @@ set.listchars = 'tab:→ ,eol:↲,nbsp:␣,trail:•,extends:⟩,precedes:⟨'
|
||||
|
||||
set.tabstop = 4
|
||||
set.shiftwidth = 4
|
||||
--set.expandtab = true
|
||||
vim.o.expandtab = false
|
||||
vim.o.smartindent = true
|
||||
|
||||
set.swapfile = false
|
||||
|
||||
-- spellcheck (enable with `set spell`)
|
||||
vim.o.spelllang = 'cs,en_gb'
|
||||
vim.cmd [[ hi SpellBad cterm=bold ctermbg=red ctermfg=white ]]
|
||||
|
||||
-- cursor padding from top and bottom
|
||||
vim.o.scrolloff = 5
|
||||
|
||||
-- better navigation in split windows
|
||||
vim.keymap.set('n', '<C-h>', '<C-w>h')
|
||||
vim.keymap.set('n', '<C-j>', '<C-w>j')
|
||||
vim.keymap.set('n', '<C-k>', '<C-w>k')
|
||||
vim.keymap.set('n', '<C-h>', '<C-w>l')
|
||||
|
||||
-- colorscheme
|
||||
vim.cmd [[ color base16-default-dark ]]
|
||||
|
||||
|
5
.config/nvim/lua/ftplugin/yaml.lua
Normal file
5
.config/nvim/lua/ftplugin/yaml.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
vim.o.tabstop = 2
|
||||
vim.o.softtabstop = 2
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.expandtab = true
|
||||
|
4
.config/nvim/lua/plugins/autopairs.lua
Normal file
4
.config/nvim/lua/plugins/autopairs.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
config = function() require("nvim-autopairs").setup {} end
|
||||
}
|
10
.config/nvim/lua/plugins/bufferline.lua
Normal file
10
.config/nvim/lua/plugins/bufferline.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
'akinsho/bufferline.nvim',
|
||||
config = function()
|
||||
vim.opt.termguicolors = true
|
||||
require("bufferline").setup{}
|
||||
end
|
||||
},
|
||||
}
|
||||
|
@@ -1,3 +1,3 @@
|
||||
set preview_images true
|
||||
set preview_images alacritty
|
||||
set preview_images_method ueberzug
|
||||
|
||||
|
26
.xinitrc
26
.xinitrc
@@ -1,20 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
[[ "$(xrandr --listmonitors)" == *"HDMI2"* ]] && /home/fr/.screenlayout/home.sh
|
||||
# Make sure this is before the 'exec' command or it won't be sourced.
|
||||
[ -f /etc/xprofile ] && . /etc/xprofile
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
feh --bg-center "/home/fr/Pictures/bg.png" &
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
xautolock -locker slock -detectsleep -secure -time 10 &
|
||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||
|
||||
pipewire &
|
||||
feh --bg-center "$HOME/Pictures/bg.png" &
|
||||
|
||||
xautolock -locker lock-us -secure -time 1 &
|
||||
|
||||
#pipewire &
|
||||
dbus-run-session pipewire &
|
||||
pipewire-pulse &
|
||||
wireplumber &
|
||||
|
||||
dwmblocks &
|
||||
|
||||
while true; do
|
||||
/home/fr/.scripts/batterycheck
|
||||
sleep 30
|
||||
done &
|
||||
dbus-launch --sh-syntax --exit-with-session dwm
|
||||
|
||||
while true; do
|
||||
dwm
|
||||
done
|
||||
|
7
.xprofile
Normal file
7
.xprofile
Normal file
@@ -0,0 +1,7 @@
|
||||
#gentoo-pipewire-launcher &
|
||||
ssh-agent &
|
||||
TPADID=$(xinput | grep "Synaptics" | awk '{print $5}' | awk -F "=" '{print $2}')
|
||||
xinput disable $TPADID
|
||||
xinput set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Speed" 0.9
|
||||
|
||||
xdg-settings set default-web-browser firefox.desktop
|
Reference in New Issue
Block a user