Install Script Testing

This commit is contained in:
Dante 2024-03-13 11:42:02 -05:00 committed by GitHub
parent a523ee2b13
commit a11d325a19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 1580 additions and 0 deletions

8
Scripts/restore_zsh.lst Normal file
View file

@ -0,0 +1,8 @@
git # alias and functions for git commands
sudo # press ESC key twice to execute command with sudo prefix
#python # alias for python
#zsh-interactive-cd # press tab to change dir with fzf
https://github.com/chrissicool/zsh-256color # enhance terminal environment with 256 colors
#https://github.com/zsh-users/zsh-completions # press tab to complete command
https://github.com/zsh-users/zsh-autosuggestions # suggests commands as you type based on history
https://github.com/zsh-users/zsh-syntax-highlighting # highlights commands as you type