<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bekircan</title>
    <description>The latest articles on DEV Community by Bekircan (@bcakyz).</description>
    <link>https://dev.to/bcakyz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F801305%2Fcf2e2c14-4b54-4283-9a11-90d7da4fdce9.jpeg</url>
      <title>DEV Community: Bekircan</title>
      <link>https://dev.to/bcakyz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bcakyz"/>
    <language>en</language>
    <item>
      <title>Best Developer Setup (Fish Shell &amp; NeoVim &amp; VSCode Ext. Pack )</title>
      <dc:creator>Bekircan</dc:creator>
      <pubDate>Mon, 21 Mar 2022 19:05:32 +0000</pubDate>
      <link>https://dev.to/bcakyz/best-developer-setup-fish-shell-neovim-vscode-ext-pack--5dae</link>
      <guid>https://dev.to/bcakyz/best-developer-setup-fish-shell-neovim-vscode-ext-pack--5dae</guid>
      <description>&lt;h2&gt;
  
  
  Shell Setup
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://fishshell.com/"&gt;Fish shell&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jorgebucaran/fisher"&gt;Fisher&lt;/a&gt; - Plugin manager&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/IlanCosman/tide"&gt;Tide&lt;/a&gt; - Shell theme. Use version 5: &lt;code&gt;fisher install ilancosman/tide@v5&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/ryanoasis/nerd-fonts"&gt;Nerd fonts&lt;/a&gt; - Powerline-patched fonts. I use Hack.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jethrokuan/z"&gt;z for fish&lt;/a&gt; - Directory jumping&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://the.exa.website/"&gt;Exa&lt;/a&gt; - &lt;code&gt;ls&lt;/code&gt; replacement&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/x-motemen/ghq"&gt;ghq&lt;/a&gt; - Local Git repository organizer&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/peco/peco"&gt;peco&lt;/a&gt; - Interactive filtering&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  NeoVim Setup
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew &lt;span class="nb"&gt;install &lt;/span&gt;neovim
npm &lt;span class="nb"&gt;install &lt;/span&gt;tree-sitter cli
brew &lt;span class="nb"&gt;install &lt;/span&gt;luajit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/junegunn/vim-plug"&gt;Vim-Plug&lt;/a&gt; - minimalist plugin manager&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/neovim/nvim-lspconfig"&gt;nvim-lspconfig&lt;/a&gt; - A collection of configurations for Neovim's built-in LSP&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/nvim-treesitter/nvim-treesitter"&gt;nvim-treesitter&lt;/a&gt; - &lt;a href="https://github.com/tree-sitter/tree-sitter"&gt;Treesitter&lt;/a&gt; configurations and abstraction layer for Neovim&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/hrsh7th/nvim-cmp"&gt;nvim-cmp&lt;/a&gt; - A completion plugin for neovim coded in Lua&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/tami5/lspsaga.nvim"&gt;lspsaga.nvim&lt;/a&gt; - A light-weight LSP plugin based on Neovim built-in LSP with highly a performant UI&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/nvim-telescope/telescope.nvim"&gt;telescope.nvim&lt;/a&gt; - A highly extendable fuzzy finder over lists&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/Shougo/defx.nvim"&gt;defx.nvim&lt;/a&gt; - A file explorer&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Vscode Plugins
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=bcakyz.spiritship-pack"&gt;Spirit Ship Pack&lt;/a&gt; 
This package covers all the needs of a full stack developer&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>NVIM</title>
      <dc:creator>Bekircan</dc:creator>
      <pubDate>Sat, 19 Mar 2022 03:18:38 +0000</pubDate>
      <link>https://dev.to/bcakyz/nvim-2b6h</link>
      <guid>https://dev.to/bcakyz/nvim-2b6h</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--HEAD&lt;/span&gt; tree-sitter luajit neovim
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/junegunn/vim-plug"&gt;vim-plug&lt;/a&gt; - A minimalist Vim plugin manager&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/overcache/NeoSolarized/blob/master/colors/NeoSolarized.vim"&gt;NeoSolarized&lt;/a&gt; - this is my choose&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/neovim/nvim-lspconfig"&gt;nvim-lspconfig&lt;/a&gt; - A collection of configurations for Neovim's built-in LSP&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/nvim-treesitter/nvim-treesitter"&gt;nvim-treesitter&lt;/a&gt; - &lt;a href="https://github.com/tree-sitter/tree-sitter"&gt;Treesitter&lt;/a&gt; configurations and abstraction layer for Neovim&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/hrsh7th/nvim-cmp"&gt;nvim-cmp&lt;/a&gt; - A completion plugin for neovim coded in Lua&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/tami5/lspsaga.nvim"&gt;lspsaga.nvim&lt;/a&gt; - A light-weight LSP plugin based on Neovim built-in LSP with highly a performant UI&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/nvim-telescope/telescope.nvim"&gt;telescope.nvim&lt;/a&gt; - A highly extendable fuzzy finder over lists&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/Shougo/defx.nvim"&gt;defx.nvim&lt;/a&gt; - A file explorer&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>vim</category>
      <category>javascript</category>
      <category>devops</category>
      <category>react</category>
    </item>
  </channel>
</rss>
