All Projects → Remedan → dotfiles

Remedan / dotfiles

Licence: other
My setup

Programming Languages

python
139335 projects - #7 most used programming language
emacs lisp
2029 projects
lua
6591 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
My personal set of dotfiles (Managed with Stow)
Stars: ✭ 34 (-59.52%)
Mutual labels:  i3, sway, polybar
dotfiles
My personal configuration files
Stars: ✭ 120 (+42.86%)
Mutual labels:  i3, solarized, gruvbox
sway-alttab
Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on Alt-Tab or SIGUSR1
Stars: ✭ 36 (-57.14%)
Mutual labels:  i3, sway
swayinfo
Some goodies for use in Sway and i3 wm
Stars: ✭ 30 (-64.29%)
Mutual labels:  i3, sway
polybar-now-playing
Script for polybar to display and control media(not only Spotify) using DBus.
Stars: ✭ 34 (-59.52%)
Mutual labels:  i3, polybar
dotfiles
My personal dotfiles repository
Stars: ✭ 36 (-57.14%)
Mutual labels:  i3, polybar
kitti3
Kitty drop-down service for sway & i3wm
Stars: ✭ 73 (-13.1%)
Mutual labels:  i3, sway
i3status
Simple status bar for i3 / i3-gaps / sway written in bash and python
Stars: ✭ 69 (-17.86%)
Mutual labels:  i3, sway
dotfiles
my linux dotfiles
Stars: ✭ 16 (-80.95%)
Mutual labels:  i3, polybar
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (-38.1%)
Mutual labels:  i3, polybar
dotfiles
dotfiles of simonvic daily used enviroment
Stars: ✭ 75 (-10.71%)
Mutual labels:  i3, polybar
i3-wm-gruvbox-theme
An i3-wm gruvbox theme implementation
Stars: ✭ 229 (+172.62%)
Mutual labels:  i3, gruvbox
i3wm-config
i3wm config files. Updated config files are in the repository below.
Stars: ✭ 13 (-84.52%)
Mutual labels:  i3, polybar
swayfire
Sway/I3 inspired tiling window manager for Wayfire
Stars: ✭ 146 (+73.81%)
Mutual labels:  i3, sway
dotfiles
A place to store config files so I can revert when my entire system crashes from entering the wrong character
Stars: ✭ 25 (-70.24%)
Mutual labels:  i3, polybar
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-76.19%)
Mutual labels:  i3, sway
dotfiles
My dotfiles
Stars: ✭ 16 (-80.95%)
Mutual labels:  i3, polybar
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (-58.33%)
Mutual labels:  i3, polybar
dotfiles
Arch Linux DotFiles - Managed by GNU stow
Stars: ✭ 30 (-64.29%)
Mutual labels:  i3, polybar
dotfiles
collection (and a backup) of my config files
Stars: ✭ 49 (-41.67%)
Mutual labels:  i3, polybar

~/dotfiles

I use dotdrop to manage my dotfiles. Everything can be installed like so (preferably in a Python virtual env):

git submodule update --init
pip install -r dotdrop/requirements.txt
./dotdrop/bootstrap.sh
./dotdrop.sh install

Configuration

A few variables can be set in config.yaml.

  • colorscheme: System-wide color scheme. Possible values are selenized-dark, gruvbox-dark, dracula and nord.
  • browser: Default browser to be used by various applications to open links.

Screenshot

screenshot

Key Components and Software

  • i3-gaps + Polybar + Picom
  • alacritty + zsh + Oh My Zsh
  • Neovim (0.5 or later)
  • Ranger
  • Rofi
  • dunst
  • mpd + ncmpcpp
  • sxiv, mpv, zathura
  • WeeChat

Fonts

My two favourite programming fonts are Iosevka and Terminus. I also use Nerd Fonts for icons.

Git user config

To keep my git user info from this repo I source it from ~/.config/git/user. Git will complain if it doesn't exist. Example contents:

[user]
    name = "John Doe"
    email = "[email protected]"
    signingkey = "ABC123DEF456"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].