Commit graph

68 commits

Author SHA1 Message Date
Jan De Dobbeleer 89beb8db68 feat(font): install system wide as root on Linux 2024-06-10 16:25:36 +02:00
Herby Gillot 9cbacddddf docs(macos): add MacPorts install instructions
https://ports.macports.org/port/oh-my-posh/
2024-05-29 14:32:41 +02:00
Jan De Dobbeleer 1c8347287a fix(nu): support starting with --no-history
resolves #4887
2024-05-04 08:07:47 +02:00
VEERT00X 01c6b1ae2a docs(windows): add chocolatey as an install method 2024-02-04 14:46:52 +01:00
Jan De Dobbeleer 0715bf1cec docs(windows): use full syntax for theme information
relates to #4638
2024-01-21 14:06:49 +01:00
Chris Johnston‮ c12eae399e docs: remove "pathname://" prefix from windows store install link
This change fixes the link in the windows documentation to the windows store to
download oh my posh. The existing link was prefixed with "pathname://", which when
clicked opens a new empty tab. Copying and pasting the link without "pathname://"
into the address bar will correctly open the windows store for oh my posh. I tested
this using the latest stable version of MS Edge and Firefox.
2024-01-16 22:41:26 +01:00
Riikka 3b7ebb3d9e docs(windows): add additional PATH context 2024-01-13 20:23:04 +01:00
Jan De Dobbeleer 0a13f08999 docs(fonts): add Visual Studio guide 2023-12-25 11:23:09 +01:00
Josh Duncan 4dbadf891f
docs: correct macOS instructions 2023-10-28 09:57:41 +02:00
Jan De Dobbeleer 1bde6f929b feat(nu): transient prompt 2023-10-18 11:19:14 +02:00
lnu 0c196e0f58 docs: fix broken links after rename(overview->general) 2023-10-17 08:30:04 +02:00
Jaliya Udagedara ee70988e2c docs: define fontFace is now face within font object
https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-appearance#font-face
2023-10-15 08:44:26 +02:00
Jan De Dobbeleer e74eac5950 docs: add Cask support
resolves #4262
2023-10-01 13:53:59 +02:00
Deepak Dev af58e38ee6
docs: adjust font setting in Windows Terminal 2023-10-01 09:31:30 +02:00
Cesar Garduño b4db51c5be
docs(pwsh): update unsigned script command 2023-09-24 09:19:51 +02:00
Jan De Dobbeleer b887d13ccd fix(nu): use native right prompt command
resolves #4237

this also avoids renderibng the right prompt twice when the shell
script uses the `oh-my-posh print right` command
2023-09-15 08:41:10 +02:00
Jan De Dobbeleer 8cd77ae1c2 docs: add ca-certificates info
resolves #4073
2023-07-21 14:45:31 +02:00
Tavi 1e3eced583
docs: update url to meslo v3 2023-06-22 19:58:18 +02:00
Loc Nguyen 007c567c08
docs(fonts): update font name 2023-06-19 14:51:30 +02:00
Jan De Dobbeleer eee5198664 feat(fonts): install as user 2023-06-12 20:26:13 +02:00
Jan De Dobbeleer 50fc40a5fe
chore: update install script for platform detection 2023-06-05 20:53:43 +02:00
vegchic e7eb8bd3bb fix(doc): remove outdated content for Scoop 2023-05-28 13:13:56 +02:00
Jan De Dobbeleer 221cd7bad2 feat(linux): add installation script
resolves #3815
2023-05-10 20:19:51 +02:00
Jan De Dobbeleer b4b3698ae6 docs(nushell): update nu version 2023-04-05 13:49:50 +02:00
craftzneko 536dcf334f docs: adjust font installation instructions 2023-03-09 09:26:10 +01:00
Jan De Dobbeleer 093f65a030 docs: adjust customize wording 2023-03-01 20:38:54 +01:00
Jan De Dobbeleer c844bd871e fix(ansi): print 256 correctly
resolves #3533
2023-02-26 15:48:28 +01:00
Jan De Dobbeleer 90b8178b91 feat(shell): support xonsh 2023-02-18 16:52:13 +01:00
Jan De Dobbeleer f84e7b209f feat(shell): support elvish 2023-02-18 14:00:10 +01:00
Jan De Dobbeleer bb15f078bb feat: support tcsh
resolves #3500
2023-02-17 10:17:52 +01:00
Caitlyn Williams deaf1701b5 docs: add Homebrew information for Nerd Fonts 2023-02-15 16:23:12 +01:00
Pablo Díaz-López 4401a4502d
docs: fix if expression to identify terminal 2023-02-10 09:51:53 +01:00
Jan De Dobbeleer 38c6f52ab4 docs(bash): clarify full path for git bash 2023-02-04 11:37:28 +01:00
Jan De Dobbeleer a7c9ad6f0e docs(pwsh): specify script signage bypass 2023-01-23 07:46:35 +01:00
jensdevloo c542e658a9
docs: instructions on using NF in VS Code terminal (#3359) 2023-01-12 18:34:00 +01:00
L. Yeung 502c346d9b docs(nu): remove the outdated tip 2023-01-11 16:14:31 +01:00
Jan De Dobbeleer a0a171a3ae docs: update nushell initialisation
resolves #3188
2023-01-10 20:00:37 +01:00
Jan De Dobbeleer e3d6965c99 docs(linux): add architecture context
resolves #3195
2022-12-13 19:14:27 +01:00
L. Yeung 6824a0a350
docs(nu): update minimum supported version to 0.70.0 2022-10-19 20:16:40 +02:00
sheldonhull 3e23bd30dd docs: improve zsh example with correct initialization
For zsh, eval isn't the correct way to reload.
Changed to `exec zsh`, which could also be `exec zsh -l` for login shell.

This is helpful when reloading to avoid scope and other issues. See for example a brief write-up [reload-zsh-configuration](https://batsov.com/articles/2022/09/15/reload-zsh-configuration/)
2022-10-18 19:52:01 +02:00
Jan De Dobbeleer 6980cb55e7 feat: move default theme internally 2022-10-13 08:40:29 +02:00
Jan De Dobbeleer 66a55991f1 feat(nu): update for 0.68.1
resolves #2756
2022-09-25 19:49:56 +02:00
Jan De Dobbeleer 66a90f79df docs: adjust customization section for clarity 2022-09-07 18:04:41 +02:00
L. Yeung 45aecbcc0e docs: tweak terminology to be consistent across pages 2022-08-23 17:38:03 +02:00
L. Yeung c80e486e46 docs(fish): update version requirement to v3.4.0+ 2022-08-23 17:38:03 +02:00
Jan De Dobbeleer 70008eccab
docs(install): add next steps 2022-08-14 19:58:54 +02:00
L. Yeung 94d6e75ffa docs(faq): correct a heading level 2022-08-10 16:27:34 +02:00
L. Yeung 2eceffc91b docs: tweak tips, cautions and warnings 2022-08-10 13:21:00 +02:00
L. Yeung b19316a0ee docs(nu): add tip on init using OMP installed via Homebrew 2022-08-10 13:21:00 +02:00
L. Yeung 2ed2c038af docs(customize): correct environment variable name 2022-08-07 21:19:50 +02:00