KO
|
EN
gitlite — search
Search
#javascript
#php
#react
#machine-learning
#api
#redux
#nodejs
#golang
#python
#docker
#deep-learning
#go
dotfiles
★ 17
Open GitHub ↗
dotfiles
Download README (.md)
Explore Similar Repositories
omp-manager
:
Installation and manager for Oh My Posh! The one thing you need to browse themes, install fonts, and configure shells
senkotheme
:
A senko-san inspired color theme for your computer! Made by Michii :3 Includes: Windows Terminal, Discord, Fastfetch, Spotify, VSCode, etc
omp.yazi
:
oh-my-posh prompt plugin for Yazi file manager
EDM115-ohmyposh-theme
:
My very own Oh My Posh theme
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dotfiles
?
Download (.md)
> [!NOTE] > > - OS: Windows 11 > - Terminal: Wezterm > - Shell: PowerShell > - Editor: Neovim > - Launcher: Flow Launcher --- > [!IMPORTANT] > > - Install `scoop` via `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser` & `Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression` @ Windows PowerShell. > - Install `git` via `scoop install git` @ Windows PowerShell. > - Install additional `scoop buckets` via `scoop bucket add extras`, `scoop bucket add nerd-fonts` & `scoop bucket add versions` @ Windows PowerShell. > - Install `aria2` via `scoop install aria2` & run `scoop config aria2-warning-enabled false` @ Windows PowerShell. > - Install `cascadia-code` via `scoop install cascadia-code` @ Windows PowerShell. > - Install `oh-my-posh` via `scoop install oh-my-posh` @ Windows PowerShell. > - Install `wezterm-nightly` & `vcredist` via `scoop install wezterm-nightly vcredist` @ Windows PowerShell. > - Install `pwsh-beta` via `scoop install pwsh-beta` @ Windows PowerShell. > - Install `terminal-icons` via `Install-Module Terminal-Icons` @ PowerShell. > - Install `fzf` & `psfzf` via `scoop install fzf` & `Install-Module PsFzf` @ PowerShell. > - Install `lazygit` via `scoop install lazygit` @ PowerShell. > - Install `lazydocker` via `scoop install lazydocker` @ PowerShell. > - Install `k9s` & `kubectl` via `scoop install k9s kubectl` @ PowerShell & `setx K9S_EDITOR nvim`. > - Install `zoxide` via `scoop install zoxide` @ PowerShell. > - Install `yazi`, `ffmpeg`, `jid`, `jq`, `poppler` & `resvg` via `scoop install yazi ffmpeg jid jq poppler resvg` @ PowerShell & `setx YAZI_FILE_ONE "$HOME/scoop/apps/git/current/usr/bin/file.exe"`. > - Install `neovim-nightly`, `dotnet-sdk`, `fd`, `go`, `mingw-winlibs-llvm-msvcrt`, `nodejs`, `opencode`, `python`, `ripgrep`, `rustup` & `tree-sitter` via `scoop install neovim-nightly dotnet-sdk fd go mingw-winlibs-llvm-msvcrt nodejs opencode python ripgrep rustup tree-sitter` @ PowerShell & follow [config](https://github.com/mezdelex/neovim) instructions. > - Install `flow-launcher` via `scoop install flow-launcher` @ PowerShell. > - Clone this repository via `git clone --recurse-submodules https://github.com/mezdelex/dotfiles` & run [symlinks](https://github.com/mezdelex/dotfiles/blob/main/symlinks.ps1) script with admin rights to set all the symlinks at once @ PowerShell. --- > [!TIP] > > - Run `Update-Module` to update PowerShell modules. --- ### Configs | Name | Source | Uri | | :------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: | | scoop | [scoop.sh](https://scoop.sh) | n/a | | git | [git](https://github.com/git/git) | [git](https://github.com/mezdelex/dotfiles/blob/main/git) | | aria2 | [aria2](https://github.com/aria2/aria2) | n/a | | cascadia-code | [cascadia-code](https://github.com/microsoft/cascadia-code) | n/a | | oh-my-posh | [oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh) | [oh-my-posh](https://github.com/mezdelex/dotfiles/blob/main/oh-my-posh) | | wezterm | [wezterm](https://github.com/wez/wezterm) | [wezterm](https://github.com/mezdelex/dotfiles/blob/main/wezterm) | | powershell | [powershell](https://github.com/PowerShell/PowerShell) | [powershell](https://github.com/mezdelex/dotfiles/blob/main/powershell) | | terminal-icons | [terminal-icons](https://github.com/devblackops/Terminal-Icons) | [terminal-icons](https://github.com/mezdelex/dotfiles/blob/main/terminal-icons) | | fzf | [fzf](https://github.com/junegunn/fzf)/[psfzf](https://github.com/kelleyma49/PSFzf) | n/a | | lazygit | [lazygit](https://github.com/jesseduffield/lazygit) | n/a | | lazydocker | [lazydocker](https://github.com/jesseduffield/lazydocker) | n/a | | k9s | [k9s](https://github.com/derailed/k9s)/[kubectl](https://github.com/kubernetes/kubectl) | [k9s](https://github.com/mezdelex/dotfiles/blob/main/k9s) | | zoxide | [zoxide](https://github.com/ajeetdsouza/zoxide) | n/a | | yazi | [yazi](https://github.com/sxyazi/yazi)/[ffmpeg](https://github.com/FFmpeg/FFmpeg)/[jid](https://github.com/simeji/jid)/[jq](https://github.com/jqlang/jq)/[poppler](https://gitlab.freedesktop.org/poppler/poppler)/[resvg](https://github.com/linebender/resvg) | [yazi](https://github.com/mezdelex/dotfiles/blob/main/yazi) | | neovim | [neovim](https://github.com/neovim/neovim)/[dotnet-sdk](https://github.com/dotnet/sdk)/[fd](https://github.com/sharkdp/fd)/[go](https://github.com/golang/go)/[mingw-winlibs](https://winlibs.com/)/[nodejs](https://github.com/nodejs/node)/[opencode](https://github.com/anomalyco/opencode)/[python](https://github.com/python)/[ripgrep](https://github.com/BurntSushi/ripgrep)/[rustup](https://github.com/rust-lang/rustup)/[tree-sitter](https://github.com/tree-sitter/tree-sitter) | [neovim](https://github.com/mezdelex/neovim) | | flow-launcher | [flow.launcher](https://github.com/Flow-Launcher/Flow.Launcher) | [flow-launcher](https://github.com/mezdelex/dotfiles/blob/main/flow-launcher) |