Skip to content

Commit

Permalink
cleaned up unused command
Browse files Browse the repository at this point in the history
  • Loading branch information
synle committed Mar 25, 2024
1 parent 90b034d commit 9eff29a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
11 changes: 0 additions & 11 deletions bash-profile-more-advanced.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,9 @@ alias d='docker'
alias drun='docker run'
alias dexec='dexecBash'

# other things
alias ls="exa"
alias ll="exa -la"

# zoxide setup
eval "$(zoxide init bash)"
alias cd='z'

# bat / cat setup
alias cat='bat -p --paging=never'

# fd
alias find2='fd'

# entr setup
# ls *.js | entr node main.js

Expand Down
3 changes: 0 additions & 3 deletions install-dependencies-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ then
installPackage fzf
installPackage git
installPackage pv
installPackage fd
installPackage exa
installPackage zoxide
installPackage entr
installPackage java
installPackage python
Expand Down
9 changes: 3 additions & 6 deletions install-dependencies-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ then
installPackage vim
###
installPackage bat
installPackage exa
installPackage fzf
installPackage git
installPackage pv
Expand All @@ -45,13 +44,11 @@ then
installPackage default-jdk
installPackage maven
installPackage unzip
installPackage fd-find
installPackage zoxide
installPackage entr

###
installPackage openssh-server
installPackage gnupg

installPackage gnupg
installPackage software-properties-common
fi

0 comments on commit 9eff29a

Please sign in to comment.