update dotfiles
This commit is contained in:
parent
9ef520c6a8
commit
1ed92409b7
5
.bashrc
5
.bashrc
|
@ -124,8 +124,8 @@ export PATH="$PATH:HOME/.local/bin:$HOME/bin:$HOME/.local/share/flatpak/exports/
|
||||||
|
|
||||||
# alias
|
# alias
|
||||||
|
|
||||||
alias update="anytype.update.sh && sudo apt update && sudo apt upgrade ; sudo apt autoremove ; flatpak upgrade -y ; flatpak uninstall --unused -y ; pipx upgrade-all"
|
alias update="sudo apt update && sudo apt upgrade ; sudo apt autoremove ; flatpak upgrade -y ; flatpak uninstall --unused -y ; pipx upgrade-all"
|
||||||
alias ll='exa -lh --icons'
|
alias ll='eza -lh --icons'
|
||||||
alias install="sudo apt install --no-install-recommends"
|
alias install="sudo apt install --no-install-recommends"
|
||||||
alias purge="sudo apt purge -y"
|
alias purge="sudo apt purge -y"
|
||||||
alias autoremove="sudo apt autoremove -y"
|
alias autoremove="sudo apt autoremove -y"
|
||||||
|
@ -147,6 +147,7 @@ alias nn="ncdu --color dark"
|
||||||
alias pd="pandoc -f markdown -t pdf --pdf-engine=xelatex -V lang=it -V colorlinks=true -V linkcolor=teal -V urlcolor=teal -V toccolor=gray --template eisvogel --listings -V table-use-row-colors=true"
|
alias pd="pandoc -f markdown -t pdf --pdf-engine=xelatex -V lang=it -V colorlinks=true -V linkcolor=teal -V urlcolor=teal -V toccolor=gray --template eisvogel --listings -V table-use-row-colors=true"
|
||||||
alias fh="feh"
|
alias fh="feh"
|
||||||
alias fhm="feh -m"
|
alias fhm="feh -m"
|
||||||
|
alias yy="/home/dado/git/yazi/target/release/yazi"
|
||||||
|
|
||||||
# PS1
|
# PS1
|
||||||
|
|
||||||
|
|
1
.vimrc
1
.vimrc
|
@ -5,6 +5,7 @@ colorscheme dracula
|
||||||
set completeopt=longest,menuone
|
set completeopt=longest,menuone
|
||||||
setlocal complete+=k
|
setlocal complete+=k
|
||||||
set dictionary+=/home/dado/.vim/dict/dict_it.txt
|
set dictionary+=/home/dado/.vim/dict/dict_it.txt
|
||||||
|
set clipboard=unnamedplus
|
||||||
set wrap
|
set wrap
|
||||||
set linebreak
|
set linebreak
|
||||||
set expandtab
|
set expandtab
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
d:/home/dado/Downloads
|
d:/home/dado/Downloads
|
||||||
|
f:/home/dado/Downloads/Film
|
||||||
g:/home/dado/git
|
g:/home/dado/git
|
||||||
h:/home/dado
|
h:/home/dado
|
||||||
m:/media/dado
|
m:/media/dado
|
||||||
|
|
|
@ -24,5 +24,5 @@ exec 'syncthing &'
|
||||||
exec 'seahorse'
|
exec 'seahorse'
|
||||||
exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10'
|
exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10'
|
||||||
exec 'appimagelauncherd'
|
exec 'appimagelauncherd'
|
||||||
exec './Applications/Cozy-Drive-3.39.0-x86_64_65db4bb2a940d689bae3b29002043a09.AppImage &'
|
exec '~/Applications/filen_x86_64.AppImage &'
|
||||||
# exec 'nextcloud'
|
# exec 'nextcloud'
|
|
@ -16,7 +16,7 @@ set $volume_mute $(pactl set-sink-mute @DEFAULT_SINK@ toggle && pactl get-sink-m
|
||||||
set $mic_mute $(pactl set-source-mute @DEFAULT_SOURCE@ toggle && pactl get-source-mute @DEFAULT_SOURCE@ | sed -En "/no/ s/.*/$($source_volume)/p; /yes/ s/.*/0/p")
|
set $mic_mute $(pactl set-source-mute @DEFAULT_SOURCE@ toggle && pactl get-source-mute @DEFAULT_SOURCE@ | sed -En "/no/ s/.*/$($source_volume)/p; /yes/ s/.*/0/p")
|
||||||
|
|
||||||
# Your preferred terminal emulators
|
# Your preferred terminal emulators
|
||||||
set $term-float kitty
|
set $term-float alacritty
|
||||||
|
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
|
@ -237,4 +237,4 @@ bindsym $mod+r mode "resize"
|
||||||
#
|
#
|
||||||
# Keybindings List
|
# Keybindings List
|
||||||
#
|
#
|
||||||
bindsym $mod+t exec kitty -e vim ~/.config/sway/cheatsheet
|
bindsym $mod+t exec alacritty -e vim ~/.config/sway/cheatsheet
|
||||||
|
|
Loading…
Reference in New Issue