some minor edits
This commit is contained in:
@@ -4,6 +4,7 @@ Programs:
|
||||
|
||||
```bash
|
||||
apt install stow git fish neovim tmux zoxide eza fd-find ripgrep bat rsync
|
||||
pacman -Syu stow git fish neovim tmux zoxide eza fd ripgrep bat rsync
|
||||
cd dotfiles
|
||||
stow server
|
||||
```
|
||||
|
||||
@@ -36,7 +36,8 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
#exec --no-startup-id nm-applet
|
||||
exec --no-startup-id picom -b
|
||||
exec --no-startup-id setxkbmap -model pc104 -layout us,ru -option grp:alt_shift_toggle -option grp_led:caps -option caps:escape
|
||||
exec --no-startup-id nextcloud
|
||||
#exec --no-startup-id nextcloud
|
||||
exec --no-startup-id seafile-applet
|
||||
exec --no-startup-id unclutter --fork
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
|
||||
@@ -9,6 +9,9 @@ if status is-interactive
|
||||
alias edit nvim
|
||||
alias find fd
|
||||
zoxide init --cmd cd fish | source
|
||||
function mkcd
|
||||
mkdir $argv[1] && cd $argv[1]
|
||||
end
|
||||
function cpr
|
||||
rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 "$argv"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user