jesusrp98 / dotfiles

Public configuration files for my GNU+Linux setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal dotfiles

This repository contains the configuration files I use in both desktop & laptop devices.

What is a 'dotfile'?

The term dotfile refers to hidden config files from most apps on GNU+Linux systems, like Bash (.bashrc) or Vim (.vimrc). Notice the . at the start of the name file, thus 'dotfile' :). They are hidden by default in most file explorers by default, like Nautilus.

System configuration

List of core packages listed below.

  • OS: Arch Linux (Antergos).
  • WM: i3-gaps.
  • Terminal: Termite.
  • Shell: Zsh with oh-my-zsh.
  • Text-editor: Vim.
  • Browser: Firerfox.
  • Font: Roboto Mono.

Available dotfiles

Now, a list with all available dotfiles in this repo is presented to you.

  • Compton - A compositor for X11.
  • Dunst - Lightweight and customizable notification daemon.
  • HumbleNewTabPage - New tab page extension for Chrome and Firefox.
  • i3 - Improved tiling WM.
  • Polybar - A fast and easy-to-use status bar.
  • Ranger - A console file manager with VI key bindings.
  • Redshift - Adjusts the color temperature of your screen.
  • Rofi - A window switcher, application launcher and dmenu replacement.
  • Termite - A keyboard-centric terminal, aimed at use within a window manager with tiling and/or tabbing support.
  • Vim - Vim is a highly configurable text editor for efficiently creating and changing any kind of text.
  • Zsh - Powerful shell that operates as both an interactive shell and as a scripting language interpreter.

It is free to download these dotfiles: use them as you wish. Enjoy them!

About

Public configuration files for my GNU+Linux setup.


Languages

Language:Shell 90.4%Language:Vim Script 9.6%