All Projects → Awan → cfg

Awan / cfg

Licence: Unlicense license
my dotfiles

Programming Languages

Vim Script
2826 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
perl
6916 projects
lua
6591 projects
scheme
763 projects

Projects that are alternatives of or similar to cfg

colorcli
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
Stars: ✭ 40 (+53.85%)
Mutual labels:  tmux, mutt, muttrc
magpie
Dotfiles of my minimal Unix system geared for media, programming & writing
Stars: ✭ 37 (+42.31%)
Mutual labels:  tmux, mutt, dunst
dotfiles
My dotfiles
Stars: ✭ 23 (-11.54%)
Mutual labels:  tmux, mutt
dotfiles
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (+150%)
Mutual labels:  tmux, fonts
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+111.54%)
Mutual labels:  tmux, mutt
dotfiles
🏡 Personal dotfiles configuration
Stars: ✭ 73 (+180.77%)
Mutual labels:  tmux, mpv
tools
Little codes here and there to automate some of my boring daily routines and configurations
Stars: ✭ 82 (+215.38%)
Mutual labels:  tmux, mutt
dotfiles
My life's work 🔥🔥
Stars: ✭ 28 (+7.69%)
Mutual labels:  tmux, mpv
dotfiles
My dotfiles
Stars: ✭ 16 (-38.46%)
Mutual labels:  tmux, dunst
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+330.77%)
Mutual labels:  tmux, mpv
mpv-ytdlautoformat
A simple mpv script to auto change ytdl-format for Youtube and Twitch
Stars: ✭ 30 (+15.38%)
Mutual labels:  mpv, mpv-script
configuration
Config files
Stars: ✭ 12 (-53.85%)
Mutual labels:  tmux, xorg
mpv-scripts
A collection of scripts for mpv player
Stars: ✭ 138 (+430.77%)
Mutual labels:  mpv, mpv-script
dotfiles
My dotfiles for Bash/Zsh, Vim/Neovim, Doom Emacs, tmux, Git, terminal emulators, JupyterLab, aria2, mpv, Nix and Homebrew
Stars: ✭ 149 (+473.08%)
Mutual labels:  tmux, mpv
dotfiles
A place to store config files so I can revert when my entire system crashes from entering the wrong character
Stars: ✭ 25 (-3.85%)
Mutual labels:  tmux, compton
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (+61.54%)
Mutual labels:  tmux, mutt
chadwm
Making dwm as beautiful as possible!
Stars: ✭ 619 (+2280.77%)
Mutual labels:  dwm, dwm-status
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+34.62%)
Mutual labels:  tmux, dunst
dotfiles
nvim, tmux, zsh, fzf, bspwm, suckless tools, and more!
Stars: ✭ 89 (+242.31%)
Mutual labels:  tmux, compton
dotfiles
.foos for foos & more
Stars: ✭ 21 (-19.23%)
Mutual labels:  dwm, xorg

bspwm dwm lewany Yaseen zsh mypanel

  ▓▓▓▓▓▓▓▓▓▓
 ░▓ About  ▓ linux configuration files
 ░▓ Author ▓ Abdullah <[email protected]>
 ░▓ Code   ▓ https://gitlab.com/Abdullah/cfg.git
 ░▓ Mirror ▓ https://abdullah.today
 ░▓▓▓▓▓▓▓▓▓▓
 ░░░░░░░░░░

 bin        > some automation scripts and fonts
 git        > git config and aliases
 ranger     > file manager
 urxvt      > 256 color support for terminal and some external extensions
 vim        > text editor config
 zsh        > vanilla zsh setup with git, battery and mail count in prompt
 tmux       > terminal multiplexer
 bspwm      > Tiling Window Manager
 polybar    > A stylish colorful status bar with system tray support
 compton    > compositor
 feh        > image viewer (there are more programs included like pqiv and sxiv)
 ipython    > python interactive shell with vim like keys support
 dunst      > notification daemon
 sxhkd      > hotkeys daemon (xbindkeys also is there with configurations)
 mutt       > Mail user agent
 isync      > command line synchronization tool for local mailbox with remote
 notmuch    > thread based email index, search and tagging app
 mpv        > media player (mplayer also available)

Installation

I manage my dotfiles with gnu stow, a symlink farm manager. It's available in most linux distributions.

  • sudo apt install stow
  • sudo dnf install stow
  • sudo yum install stow
  • sudo pacman install stow
  • brew install stow

or

$ curl https://git.io/JILE5 | sh

or clone it from source and build it yourself.

Once stow is installed, just cd into this repository and create symlinks using stow like this:

  • cd ~
  • git clone https://gitlab.com/Abdullah/cfg.git
  • cd cfg
  • stow vim

It will symlink vim. If you wanna use this configurations for root user, use -t argument,

  • stow -t /root vim

Note: stow will only create a symlink if a config file doesn't already exist. You must delete/backup if there is a default config for a program.

Lemonbar

Lemonbar is a lightweight bar entirely based on XCB. Provides full UTF-8 support, basic formatting, RandR and Xinerama support and EWMH compliance without wasting your precious memory. You can compile it from Source Code. In Arch Linux there is a PKGBUILD.

Polybar

Polybar is a stylish status bar. You have to compile it from source for some distributions. It's now available in Arch Linux official repositories. As a dependency, you can install Font Awesome, which is available in official repositories in Arch Linux.

Stargazers over time

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].