Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.59 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.59 KB

Dotfiles

my personal dotfiles.

t

Some details

  • OS: Pop_OS 21.04
  • WM: /
  • Terminal: Kitty
  • File Manager: nautilus
  • Launcher: /
  • Editor: nvim / micro / vscode
  • Browser: chromium
  • GTK theme: /

Dependencies

Programs

Fonts

Install

Clone (using git) this repo manually into the home directory:

git clone https://github.com/biogen98/Dotfiles.git ~/.dotfiles

Use the program GNU Stow (https://www.gnu.org/software/stow/) to place the folders in their desired directory. Usage:

cd ~
git clone  https://github.com/biogen98/Dotfiles.git
cd dotfiles
stow polybar (or i3, rofi, dmenu, etc.)

Alternatively use:

stow *

Preview

Screenshot

Nvim configuration i3 configuration
Screenshot Screenshot

Feedback

Suggestions/improvements are welcome!