<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://hkarimi561.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://hkarimi561.github.io/" rel="alternate" type="text/html" /><updated>2023-03-16T07:03:12+00:00</updated><id>https://hkarimi561.github.io/feed.xml</id><title type="html">Re2 Team</title><subtitle>No thing to describe</subtitle><author><name>Hamid</name></author><entry><title type="html">How to Make Your Zsh More Beautiful and Productive</title><link href="https://hkarimi561.github.io/2023/03/16/how-to-make-zsh-beutiful.html" rel="alternate" type="text/html" title="How to Make Your Zsh More Beautiful and Productive" /><published>2023-03-16T00:00:00+00:00</published><updated>2023-03-16T00:00:00+00:00</updated><id>https://hkarimi561.github.io/2023/03/16/how-to-make-zsh-beutiful</id><content type="html" xml:base="https://hkarimi561.github.io/2023/03/16/how-to-make-zsh-beutiful.html">&lt;h3 id=&quot;download-spaceship-theme&quot;&gt;Download Spaceship theme&lt;/h3&gt;
&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;git clone https://github.com/denysdovhan/spaceship-prompt.git &quot;$ZSH_CUSTOM/themes/spaceship-prompt&quot; --depth=1
&lt;/code&gt;&lt;/pre&gt;

&lt;h3 id=&quot;move-theme-to-the-zsh-files&quot;&gt;Move theme to the ZSH Files&lt;/h3&gt;
&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;ln -s &quot;$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme&quot; &quot;$ZSH_CUSTOM/themes/spaceship.zsh-theme&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&quot;then-change-theme-value-in-zshrc-to-the-spaceship&quot;&gt;Then Change Theme Value in &lt;code&gt;.zshrc&lt;/code&gt; to the spaceship&lt;/h3&gt;
&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;ZSH_THEME=&quot;spaceship&quot;
&lt;/code&gt;&lt;/pre&gt;

&lt;h2 id=&quot;additional&quot;&gt;Additional&lt;/h2&gt;

&lt;h3 id=&quot;install-auto-suggestion-plugin&quot;&gt;install auto suggestion plugin&lt;/h3&gt;

&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
&lt;/code&gt;&lt;/pre&gt;

&lt;h3 id=&quot;install-syntax-highlight&quot;&gt;Install syntax highlight&lt;/h3&gt;

&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
&lt;/code&gt;&lt;/pre&gt;

&lt;h3 id=&quot;at-last-install-autojump-plugin&quot;&gt;At last install Autojump plugin&lt;/h3&gt;

&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;git clone https://github.com/wting/autojump.git
cd autojump
./install.py
&lt;/code&gt;&lt;/pre&gt;

&lt;h3 id=&quot;then-change-plugin-value-in-zshrc&quot;&gt;Then change plugin value in &lt;code&gt;.zshrc&lt;/code&gt;&lt;/h3&gt;

&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;plugins=(git node autojump zsh-autosuggestions zsh-syntax-highlighting z)
&lt;/code&gt;&lt;/pre&gt;</content><author><name>Hamid</name></author><category term="Other" /><summary type="html">Download Spaceship theme git clone https://github.com/denysdovhan/spaceship-prompt.git &quot;$ZSH_CUSTOM/themes/spaceship-prompt&quot; --depth=1</summary></entry><entry><title type="html">This is A test</title><link href="https://hkarimi561.github.io/2023/03/16/this-is-a-test.html" rel="alternate" type="text/html" title="This is A test" /><published>2023-03-16T00:00:00+00:00</published><updated>2023-03-16T00:00:00+00:00</updated><id>https://hkarimi561.github.io/2023/03/16/this-is-a-test</id><content type="html" xml:base="https://hkarimi561.github.io/2023/03/16/this-is-a-test.html">&lt;h4 id=&quot;hello-guys&quot;&gt;Hello Guys&lt;/h4&gt;</content><author><name>Hamid</name></author><category term="Other" /><summary type="html">Hello Guys</summary></entry></feed>