modified: README.md new file: neofetch/.neofetch.conf new file: neofetch/ASCII/SOURCES.txt new file: neofetch/ASCII/docker.txt new file: neofetch/ASCII/dracofeu.txt new file: neofetch/ASCII/ectoplasma.txt new file: neofetch/ASCII/golum.txt new file: neofetch/ASCII/harrypotter.txt new file: neofetch/ASCII/mew.txt new file: neofetch/ASCII/mewtwo.txt new file: neofetch/ASCII/pikachu.txt new file: neofetch/ASCII/poudlard.txt new file: neofetch/ASCII/ronflex.txt new file: neofetch/ASCII/tortank.txt modified: script.sh modified: zshrc Nombreuses modifications et refonte du fichier script.sh
36 lines
1.7 KiB
Markdown
36 lines
1.7 KiB
Markdown
# PimpMyTerminal
|
|
| Pimpmyterminal is currently only compatible with Ubuntu version 22.04 (Beta)
|
|
|
|
## Packages installed with this script
|
|
* [Neofetch](https://github.com/dylanaraps/neofetch) : A command-line system information tool written in bash 3.2+
|
|
* [Bat](https://github.com/sharkdp/bat) : A cat clone with syntax highlighting and Git integration.
|
|
* [Ncdu](https://linux.die.net/man/1/ncdu) : NCurses Disk Usage is an alternative to **du -h**
|
|
* [Duf](https://github.com/muesli/duf) : duf in an alternative to df
|
|
* [Btop](https://github.com/aristocratos/btop) : Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
|
|
* [Nano](https://github.com/serialhex/nano-highlight) : A spiffy collection of nano syntax highlighting files
|
|
|
|
## Aliases installed
|
|
# exa
|
|
* alias ls="exa --icons --sort=type" # short, multi-line
|
|
* alias lsa="exa -a --icons --sort=type" # short, multi-line
|
|
* alias ll="exa -1a --icons --sort=type" # list, 1 per line
|
|
* alias ld="ll --icons --sort=type" # ^^^, NOTE: Trying to move to this for alternate hand commands
|
|
* alias la="exa -lagh --icons --sort=type" # list with info
|
|
* alias lt="exa -a --tree --icons --level= --sort=type" # list with tree level 2
|
|
* alias ltf="exa -a --tree --icons --sort=type" # list with tree
|
|
* alias lat="exa -lagh --tree --icons --sort=type" # list with info and tree
|
|
|
|
# bat
|
|
* alias cat='batcat --style="header" --paging=never'
|
|
* alias catn='batcat --pager "less -RF"'
|
|
* alias batn='batcat --pager "less -RF"'
|
|
|
|
# btop
|
|
* alias top="btop --utf-force"
|
|
* alias btop="btop --utf-force"
|
|
* alias htop="btop --utf-force"
|
|
|
|
## Installation
|
|
cd PimpMyTerminal
|
|
|
|
bash install.sh |