My personal terminal profile.
-
Install Powershell, Windows Terminal, NerdFonts.
-
Install Scoop.
iwr -useb get.scoop.sh | iex -
Install oh-my-posh.
scoop install https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json -
Install Terminal-Icons.
Install-Module -Name Terminal-Icons -Repository PSGallery -Force -
Install PSReadline.
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck -
scoop install fzf Install-Module -Name PSFzf -Scope CurrentUser -Force -
Copy
default.omp.jsonto%homepath%/.config/powershell. Create the folder if not exist. -
Copy contents in
powershell/user_profile.ps1to file%homepath%/.config/powershell/user_profile.ps1. You need to create it if there is no such file.
-
Install NerdFonts.
-
Install oh-my-posh.
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh sudo chmod +x /usr/local/bin/oh-my-posh -
Install logo-ls.
wget https://github.com/Yash-Handa/logo-ls/releases/download/v1.3.7/logo-ls_Linux_x86_64.tar.gz tar zxvf logo-ls_Linux_x86_64.tar.gz cd logo-ls_Linux_x86_64/ sudo install -v logo-ls /usr/local/bin/ sudo cp logo-ls.1.gz /usr/share/man/man1/ -
Install Ble.sh.
git clone --recursive https://github.com/akinomyoga/ble.sh.git make -C ble.sh install PREFIX=~/.local echo 'source ~/.local/share/blesh/ble.sh' >> ~/.bashrc -
Install fzf.
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install -
Copy file
default.omp.jsonto~/.poshthemes. -
Copy contents in
ubuntu/.bashrcto the bottom of~/.bashrc.
