diff options
Diffstat (limited to '.shenanigans.sh')
| -rwxr-xr-x | .shenanigans.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh index 196cc84..01a2399 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | # Software list (Void Linux): | 1 | # Software list (Void Linux): |
| 2 | # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree | 2 | # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree |
| 3 | # file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin | 3 | # file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin |
| 4 | # clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclip | 4 | # clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclipi jq |
| 5 | # entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx jq | 5 | # entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx jq conky |
| 6 | # Additonal stuff: | 6 | # Additonal stuff: |
| 7 | # pipx install pyright | 7 | # pipx install pyright |
| 8 | # go install golang.org/x/tools/gopls@latest | 8 | # go install golang.org/x/tools/gopls@latest |
| @@ -25,7 +25,6 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 25 | alias ll='ls -lha' | 25 | alias ll='ls -lha' |
| 26 | alias t='tree -L 2' | 26 | alias t='tree -L 2' |
| 27 | alias ..='cd ..' | 27 | alias ..='cd ..' |
| 28 | alias grep='grep -irn --color=always' | ||
| 29 | alias less='less -R' | 28 | alias less='less -R' |
| 30 | alias tmux='tmux -u' | 29 | alias tmux='tmux -u' |
| 31 | alias server='python3 -m http.server 6969' | 30 | alias server='python3 -m http.server 6969' |
