nda-kd / Linux

Dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux

customized Dotfiles

I migrated to Linux a year ago from Windows, I can't say how much I wish I had done it sooner. it's amazing and very useful 😍
some may say it's complicated and it's not worth the trouble of learning beacause it's true that there's a lot to learn and memorize but as a coder I love a good challenge. And at the end of the day you have your own custom operating system, doesn't it sound great? and also you will learn more and deeper about what the heck is going on in your system. everything you have on your computer is what you choose to have.
One of my favorite things about Linux is Windows managers (WMs).
They are very fascinating and very useful. I really like them, I may have just tried some of them but when I came across Qtile, I kind of fell in love with it.
And there's the ZSH, also called the Z shell, with plenty of new features, and support for plugins and themes. yay!
I think as a Front-end developer I have a thing for themes and customization ☺️ Just start your own experience I hope you find it as amazing as I found it.

This is how my Linux look like btw 🙃

Installation on Arch Linux:

sudo pacman -S qtile
  • Zsh:
sudo pacman -S zsh zsh-theme-powerlevel9k wget
  • oh.my.zsh:
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 

My custom dotfile

After installing you can custom your dotfile but if you want to try mine you need to save them on your system
with $ git clone https://github.com/nda-kd/Linux.git
and then copy Qtile folder in /home/YOUR_USER_NAME/.config and .zshrc in /home/YOUR_USER_NAME



I hope you find it useful 🙂

About

Dotfiles


Languages

Language:Python 80.3%Language:Shell 19.7%