소스 검색

omf: add page

Alexandros Kotzias 7 년 전
부모
커밋
2b3bf5c8ee
1개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  1. 28 0
      pages/common/omf.md

+ 28 - 0
pages/common/omf.md

@@ -0,0 +1,28 @@
+# omf
+
+> Oh My Fish, the Fishshell Framework.
+> Install packages to extend and modify the fish shell.
+
+- Install one or more packages:
+
+`omf install {{name}}`
+
+- List installed packages:
+
+`omf list`
+
+- List available themes:
+
+`omf theme`
+
+- Apply a theme:
+
+`omf theme {{name}}`
+
+- Remove a theme or package:
+
+`omf remove {{name}}`
+
+- Uninstall Oh My Fish:
+
+`omf destroy`