Commit 1471a35 1 parent 1639442 commit 1471a35 Copy full SHA for 1471a35
File tree 5 files changed +7
-0
lines changed
5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ /home/*/
2
+ /home/*/*
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ alias mkdir="mkdir -p"
46
46
alias monitors="${SCRIPTS_DIR}/laptop/monman.py -a && echo 'Monitors on'"
47
47
alias nvimrc="nvim ~/.config/nvim/init.vim"
48
48
alias open="xdg-open"
49
+ alias rm="safe-rm -v"
49
50
alias sudo="sudo -E "
50
51
alias tf="terraform"
51
52
alias tree="tree -C --gitignore"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ sudo apt install \
22
22
tree zsh \
23
23
build-essential \
24
24
git git-lfs \
25
+ safe-rm \
25
26
tmux jq unzip shellcheck colordiff
26
27
```
27
28
Original file line number Diff line number Diff line change @@ -47,3 +47,5 @@ if [[ ! -d "${SCRIPTS}" ]]; then
47
47
fi
48
48
49
49
git clone https://github.com/tmux-plugins/tpm ~ /.tmux/plugins/tpm
50
+
51
+ sudo ln -fs " $( which safe-rm) " /usr/local/bin/rm
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ if [[ "${FULL_SETUP}" == y ]]; then
43
43
ln -fs " ${DOTFILES} /.config/i3" .
44
44
ln -fs " ${DOTFILES} /.config/i3blocks/" .
45
45
ln -fs " ${DOTFILES} /.config/monitors/" .
46
+ ln -fs " ${DOTFILES} /.config/safe-rm" .
46
47
ln -fs " ${DOTFILES} /.config/sway" .
47
48
48
49
popd
You can’t perform that action at this time.
0 commit comments