Skip to content

DefaultCyberid/terminal-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Profile

img

My personal terminal profile.

Installation

Powershell

  1. Install Powershell, Windows Terminal, NerdFonts.

  2. Install Scoop.

    iwr -useb get.scoop.sh | iex
    
  3. Install oh-my-posh.

    scoop install https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json
    
  4. Install Terminal-Icons.

    Install-Module -Name Terminal-Icons -Repository PSGallery -Force
    
  5. Install PSReadline.

    Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
    
  6. Install fzf & PSFzf.

    scoop install fzf
    Install-Module -Name PSFzf -Scope CurrentUser -Force
    
  7. Copy default.omp.json to %homepath%/.config/powershell. Create the folder if not exist.

  8. Copy contents in powershell/user_profile.ps1 to file %homepath%/.config/powershell/user_profile.ps1. You need to create it if there is no such file.

Ubuntu

  1. Install NerdFonts.

  2. 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
    
  3. 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/
    
  4. 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
    
  5. Install fzf.

    git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
    ~/.fzf/install
    
  6. Copy file default.omp.json to ~/.poshthemes.

  7. Copy contents in ubuntu/.bashrc to the bottom of ~/.bashrc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors