<?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: Kennedy Barros</title>
    <description>The latest articles on DEV Community by Kennedy Barros (@kennedybarros).</description>
    <link>https://dev.to/kennedybarros</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%2F712598%2F5360b7c8-614a-4d7d-8846-e284358f5740.png</url>
      <title>DEV Community: Kennedy Barros</title>
      <link>https://dev.to/kennedybarros</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kennedybarros"/>
    <language>en</language>
    <item>
      <title>How to customize linux like Mac Os - 2022</title>
      <dc:creator>Kennedy Barros</dc:creator>
      <pubDate>Thu, 27 Jan 2022 21:37:53 +0000</pubDate>
      <link>https://dev.to/kennedybarros/how-to-customize-linux-like-mac-os-2021-ame</link>
      <guid>https://dev.to/kennedybarros/how-to-customize-linux-like-mac-os-2021-ame</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqqumpkwh2iil4a59x4w9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqqumpkwh2iil4a59x4w9.png" alt="Mac OS" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Customize Linux with Mac OS Appearance | Guide
&lt;/h2&gt;

&lt;p&gt;Bored of the standard look and feel offered by most Linux distributions? Want a stylish desktop with the same ease of use? Do you like Desktop on Mac OS? Here is a guide to recreate the same on Linux.&lt;/p&gt;

&lt;p&gt;This Desktop used Gnome (I use Ubuntu), but steps are also provided for other distributions.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;em&gt;What are we going to customize:&lt;/em&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Window Decorations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The dock&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Icons&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gnome Shell (that top bar etc.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A few more things (Mac OS such as window animations etc.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Neofetch&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;em&gt;Pre Requisites:&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;A few things need to be installed first (run the commands without sudo if you want to install only for the current user), namely:&lt;/p&gt;

&lt;p&gt;Install Gnome if you haven't already. People on Ubuntu have it by default. The package goes by the name &lt;code&gt;gnome&lt;/code&gt;. &lt;code&gt;gnome-extra&lt;/code&gt; too if you want more apps on Ubuntu. Also install &lt;code&gt;gnome-tweak-tool&lt;/code&gt; and &lt;code&gt;gnome-shell-extensions&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;If you don't have &lt;code&gt;.icons&lt;/code&gt; and &lt;code&gt;.themes&lt;/code&gt; folders in &lt;code&gt;~home&lt;/code&gt;, create these folders, just enable &lt;code&gt;Show Hidden Files&lt;/code&gt; to create hidden folders.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;Theme:&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo8qeq1buvjiym4h8yc6x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo8qeq1buvjiym4h8yc6x.png" alt="Theme Mac OS" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://github.com/vinceliuice/WhiteSur-gtk-theme" rel="noopener noreferrer"&gt;Repository GitHub Theme BigSur&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instaling:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone git@github.com:vinceliuice/WhiteSur-gtk-theme.git
cd WhiteSur-gtk-theme
sudo ./install.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;u&gt;Icons:&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9zozmhv14oyvuzflo1w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9zozmhv14oyvuzflo1w.png" alt="Icons Mac OS" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Link:&lt;/em&gt; &lt;a href="https://github.com/vinceliuice/WhiteSur-icon-theme" rel="noopener noreferrer"&gt;Respository GitHub Theme BigSur&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instaling:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone git@github.com:vinceliuice/WhiteSur-icon-theme.git
cd WhiteSur-icon-theme
sudo ./install.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;u&gt;Shell:&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F67hzio9s3omnn390hxfi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F67hzio9s3omnn390hxfi.png" alt="Shell Mac OS" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Link:&lt;/em&gt; &lt;a href="https://www.gnome-look.org/p/1429633/" rel="noopener noreferrer"&gt;Gnome Look Shell BigSur&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instaling:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1) Download zip file (with dark/light theme or your preference)
2) Copy theme and place in /home/username/.themes
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;u&gt;Cursor:&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Link:&lt;/em&gt; &lt;a href="https://www.gnome-look.org/p/1408466/" rel="noopener noreferrer"&gt;Gnome Look Cursor BigSur&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instaling:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1) Download zip file (macOSBigSur)
2) Copy file and place in /home/username/.icons
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;u&gt;Installing Gnome Shell Extensions&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;Go to Gnome Shell Extensions and install the required browser extension (you need to install an extension to install an extension)&lt;/p&gt;

&lt;p&gt;Here is a list of extensions you need to enable/install&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://extensions.gnome.org/extension/19/user-themes/" rel="noopener noreferrer"&gt;User Themes (required for custom Gnome Shell Themes)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://extensions.gnome.org/extension/2950/compiz-alike-windows-effect/" rel="noopener noreferrer"&gt;Compiz Alike Window Effect (That wobbly effect when you move a window in MacOS)&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://extensions.gnome.org/extension/3740/compiz-alike-magic-lamp-effect/" rel="noopener noreferrer"&gt;Compiz Alike Magic Lamp Effect (That magic lamp effect when you close a window in Mac OS)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://extensions.gnome.org/extension/3843/just-perfection/" rel="noopener noreferrer"&gt;Just Perfection (Move/Modify Top Bar Icons)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://extensions.gnome.org/extension/97/coverflow-alt-tab/" rel="noopener noreferrer"&gt;Coverflow Alt-Tab (Different animation when you switch applications with ALT + TAB)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;A Few Tweaks&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fznne10xyuf46vtoqwitm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fznne10xyuf46vtoqwitm.png" alt="Gnome Tweaks" width="800" height="537"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Open Gnome Tweaks (The app is named just Tweaks) and do the following&lt;/p&gt;

&lt;p&gt;Under Appearance &amp;gt; Themes set Applications to WhiteSur-Light (or dark if you want to)&lt;br&gt;
Under Appearance &amp;gt; Themes set Shell to WhiteSur-Light (or dark if you want to)&lt;br&gt;
Under Appearance &amp;gt; Themes set Icons to WhiteSur&lt;br&gt;
Under Appearance &amp;gt; Themes set Cursors to WhiteSur Cursors&lt;/p&gt;

&lt;p&gt;&lt;a href="https://4kwallpapers.com/gradients/macos-big-sur-apple-layers-fluidic-colorful-dark-wwdc-2020-1432.html" rel="noopener noreferrer"&gt;Wallpaper Mac OS BigSur Dark&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  &lt;u&gt;Dock&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvwh5ostj7ot7rtmr4ff7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvwh5ostj7ot7rtmr4ff7.png" alt="Dock Mac OS" width="800" height="45"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instaling Plank:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo add-apt-repository -y ppa:ricotz/docky
sudo apt-get update
sudo apt-get install plank
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Link: &lt;a href="https://www.gnome-look.org/p/1399398" rel="noopener noreferrer"&gt;Theme Mac OS for Plank&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instaling Theme for Plank:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F04otbjkddh92fwdrstrq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F04otbjkddh92fwdrstrq.png" alt="Plank Config" width="726" height="393"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1) Download zip file (mcOS-BS-iMacM1-Black.zip) or a theme of your choice.
2) Copy file and place in /home/local/share/plank/themes
3) Apply theme to plank, open your terminal and type `plank --preferences` and change the theme.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;u&gt;Fildem&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;Fildem is a global settings menu that you have on Mac OS.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fen988xmvknbj6o9pqjta.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fen988xmvknbj6o9pqjta.png" alt="IFildem Mac OS" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/gonzaarcr/Fildem" rel="noopener noreferrer"&gt;GitHub Link for Installing and Configuring Fildem&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;Neofetch&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmorwcs99uqj678a0lj4p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmorwcs99uqj678a0lj4p.png" alt="Neofetch Mac OS" width="649" height="473"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/kennedybarros/7c541a051eeda46f5c28bda370c0d45f" rel="noopener noreferrer"&gt;My Neofetch configuration&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instaling Theme Neofetch:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1) Copy my configuration
2) Paste it in home/.config/neofetch/config.conf
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;PS: You will have to clear your &lt;code&gt;config.conf&lt;/code&gt; first.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;Fonts&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fol3bd5vs7h0jz12eufla.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fol3bd5vs7h0jz12eufla.png" alt="Fonts Mac OS" width="800" height="537"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.download-free-fonts.com/category/san-francisco-fonts" rel="noopener noreferrer"&gt;Link Download Fonts Apple&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;uLaucher&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv1jerm58qser5x5ckdfx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv1jerm58qser5x5ckdfx.png" alt="uLaucher Mac OS" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instaling uLaucher:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo add-apt-repository ppa:agornostal/ulauncher &amp;amp;&amp;amp; sudo apt update &amp;amp;&amp;amp; sudo apt install ulauncher
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>linux</category>
    </item>
  </channel>
</rss>
