1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-20 00:37:44 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
6675c1d644 Merge branch 'master' of github:tiyn/dotfiles 2023-09-11 17:08:18 +02:00
a430cdb369 xorg: added syncthing to autostart 2023-09-11 17:08:07 +02:00
404951db4a alias: swapped exa for eza 2023-09-11 15:17:51 +02:00
2 changed files with 14 additions and 13 deletions

View File

@ -66,10 +66,10 @@ alias contacts="khard"
alias paint="kolourpaint"
# ls(d)
alias l="exa"
alias la="exa -la"
alias ll="exa -l"
alias tree="exa --tree"
alias l="eza"
alias la="eza -la"
alias ll="eza -l"
alias tree="eza --tree"
# mkdir
alias mkdir="mkdir -p"

View File

@ -9,3 +9,4 @@ xcompmgr & # compositor for transparency
nextcloud & # for my cloud
sxhkd & # for shortcuts
easyeffects --gapplication-service & # load noise suppression for microphone
syncthing & # sync data between devices