<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kwonnam.pe.kr/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://kwonnam.pe.kr/wiki/feed.php">
        <title>권남 windows:powershell</title>
        <description></description>
        <link>https://kwonnam.pe.kr/wiki/</link>
        <image rdf:resource="https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-08T22:25:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/windows/powershell/gallery?rev=1527551715&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/windows/powershell/oh_my_posh?rev=1527674241&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/windows/powershell/set_psenv?rev=1651936478&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>권남</title>
        <link>https://kwonnam.pe.kr/wiki/</link>
        <url>https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://kwonnam.pe.kr/wiki/windows/powershell/gallery?rev=1527551715&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-29T08:55:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:powershell:gallery</title>
        <link>https://kwonnam.pe.kr/wiki/windows/powershell/gallery?rev=1527551715&amp;do=diff</link>
        <description>PowerShell Gallary

	*  &lt;https://www.powershellgallery.com/&gt;
	*  Windows Powershell 용 스크립트 코드 리포지토리
	*  Windows 10 등에서는 기본으로 설치돼 있다.

실행권한

	*  Gallery에서 설치한 스크립트를 실행하려면 권한 추가가 필요했다.
	*  about_Execution_Policies


Set-ExecutionPolicy RemoteSigned -Scope CurrentUser</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/windows/powershell/oh_my_posh?rev=1527674241&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-30T18:57:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:powershell:oh_my_posh</title>
        <link>https://kwonnam.pe.kr/wiki/windows/powershell/oh_my_posh?rev=1527674241&amp;do=diff</link>
        <description>Oh My Posh

	*  &lt;https://github.com/JanDeDobbeleer/oh-my-posh&gt;
	*  Windows Powershell 용 테마, 확장 기능

Install

	*  설치 명령

Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser


	*  Profile.ps1

# oh-my-posh
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme powerline</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/windows/powershell/set_psenv?rev=1651936478&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-05-08T00:14:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:powershell:set_psenv</title>
        <link>https://kwonnam.pe.kr/wiki/windows/powershell/set_psenv?rev=1651936478&amp;do=diff</link>
        <description>Set-PsEnv

	*  &lt;https://github.com/rajivharris/Set-PsEnv&gt;
	*  &lt;https://www.powershellgallery.com/packages/Set-PsEnv&gt;
	*  direnv 처럼 디렉토리 진입시 환경 설정
	*  see &lt;https://www.powershellgallery.com/packages/posh-direnv&gt;</description>
    </item>
</rdf:RDF>
