EbadiDev / .dotfile

oh my posh config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

GNOME Extensions

  1. Aylur's Widgets
  2. Blur my Shell
  3. Clipboard Indicator
  4. Dash to Dock
  5. Desktop Icons NG (DING)
  6. Hide Activities Button
  7. IdeaPad Controls
  8. Iranian Persian Calendar
  9. OpenWeather
  10. Quick Lang Switch
  11. Removable Drive Menu
  12. Rounded Window Corners
  13. Space Bar
  14. Transparent Top Bar
  15. User Themes

font

FiraCode Nerd Font

config dir

zsh = ~/.zshrc

starship = ~/.config/starship.toml

kitty = ~/.config/kitty/kitty.conf

vim config .

defualt lunar vim

oh my posh config

Install-Module: winget install JanDeDobbeleer.OhMyPosh 
Install-Module PSReadLine -AllowPrerelease -Force 
Install-Module -Name Terminal-Icons -Repository PSGallery // first this one 
Import-Module -Name Terminal-Icons // then this

CHANGE THIS

oh-my-posh --init --shell pwsh --config "C:\Users\kinga\.oh-my-posh\themes\ebadi.omp.json" | Invoke-Expression

TO YOUR PATH

Things i need to install on every distro for my work

last update : 6 Mar 2023

Name Installation
Anaconda curl --output anaconda.sh https://repo.anaconda.com/archive/Anaconda3-5.3.1-Linux-x86_64.sh
Pyenv curl https://pyenv.run | bash
Node Version Manager curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
Cargo On Linux and macOS systems curl https://sh.rustup.rs -sSf | sh

deps: ( only on deb/ubuntu base distro )


sudo apt update
sudo apt install \
    build-essential \
    curl \
    libbz2-dev \
    libffi-dev \
    liblzma-dev \
    libncursesw5-dev \
    libreadline-dev \
    libsqlite3-dev \
    libssl-dev \
    libxml2-dev \
    libxmlsec1-dev \
    llvm \
    make \
    tk-dev \
    wget \
    xz-utils \
    zlib1g-dev

Images

  • Kitty + Zsh + Starship Kitty + Zsh + Starship
  • zfxtop zfxtop
  • cbonsai cbonsai
  • Lunar Vim Lunar Vim

Oh my posh windows (10/11)

  • Oh my posh #1 Oh my posh
  • auto complete #2 auto complete

About

oh my posh config

License:MIT License


Languages

Language:PowerShell 89.5%Language:Shell 10.5%