All Projects → Optixal → dotfiles

Optixal / dotfiles

Licence: other
💻 🍚 🔳 🔲 My riced-up Kali dotfiles – off-white | dark leet | chrome lambo

Programming Languages

shell
77523 projects
Vim Script
2826 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to dotfiles

no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (-38.18%)
Mutual labels:  rice, i3, i3-config, i3wm, i3-gaps, i3blocks
i3blocks-crypto
💵 View your favorite coins' ticker prices with i3blocks.
Stars: ✭ 30 (-45.45%)
Mutual labels:  rice, i3, i3wm, i3blocks, ricing
i3
Archivos de configuraciones de i3
Stars: ✭ 32 (-41.82%)
Mutual labels:  i3, i3-config, i3wm, i3blocks
i3blocks-gate
Extra i3blocks Scripts For arch Ubuntu very simple and very useful -
Stars: ✭ 42 (-23.64%)
Mutual labels:  i3, i3-config, i3wm, i3blocks
i3-create-config
Script to create an i3 config from multiple files.
Stars: ✭ 27 (-50.91%)
Mutual labels:  i3, i3-config, i3wm, i3-gaps
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-63.64%)
Mutual labels:  i3, i3wm, i3-gaps, ricing
Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-72.73%)
Mutual labels:  dotfiles, i3, i3-config, i3wm
Dotfiles
Collection of i3-gaps Dotfiles
Stars: ✭ 143 (+160%)
Mutual labels:  dotfiles, rice, i3, i3-gaps
dotfiles
collection (and a backup) of my config files
Stars: ✭ 49 (-10.91%)
Mutual labels:  dotfiles, rice, i3, i3wm
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+1218.18%)
Mutual labels:  dotfiles, i3, i3wm, i3-gaps
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (+50.91%)
Mutual labels:  dotfiles, i3, i3wm, i3-gaps
i3blocks-airpods
i3blocks script for managing airpods and airpods pro.
Stars: ✭ 61 (+10.91%)
Mutual labels:  i3, i3wm, i3blocks
dotfiles
my linux dotfiles
Stars: ✭ 16 (-70.91%)
Mutual labels:  dotfiles, i3, i3-gaps
The Glorious Dotfiles
A glorified personal dot files
Stars: ✭ 1,850 (+3263.64%)
Mutual labels:  dotfiles, rice, ricing
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+169.09%)
Mutual labels:  rice, i3wm, i3-gaps
ArcoLinux-dotfiles
ArcoLinux dotfiles for 2bwm / i3wm
Stars: ✭ 24 (-56.36%)
Mutual labels:  dotfiles, i3wm, i3-gaps
i3blocks-modules
Custom modules for i3blocks status bar
Stars: ✭ 36 (-34.55%)
Mutual labels:  i3, i3wm, i3blocks
Dotfiles
My dotfiles managed by GNU Stow - Arch, i3-gaps, bspwm, ncmpcpp, (neo)vim, zsh etc.
Stars: ✭ 99 (+80%)
Mutual labels:  dotfiles, i3wm, i3-gaps
Dots
A Repository For Config Files / Dotfiles / Themes / Color Schemes / Etc...
Stars: ✭ 100 (+81.82%)
Mutual labels:  dotfiles, i3wm, i3-gaps
i3status
Simple status bar for i3 / i3-gaps / sway written in bash and python
Stars: ✭ 69 (+25.45%)
Mutual labels:  i3, i3wm, i3-gaps

Dotfiles

Off White

Off White - https://www.reddit.com/r/unixporn/comments/7qss5v/i3gaps_offwhite/


Dark Leet

Dark Leet


Neon Midnight

Neon Midnight (Unpublished)


Nostalgia

Nostalgia (Unpublished)


First Rice

First Rice - https://www.reddit.com/r/unixporn/comments/7n9j81/i3gaps_first_rice_kali_as_a_dev_environment_yes/

Replicating

git clone --separate-git-dir=~/.dotfiles [email protected]:Optixal/dotfiles ~

Misc

Other Modifications

Disable Terminal Bell

/etc/inputrc

set bell-style none

Init and Modifying

git init --bare $HOME/.dotfiles
echo "alias dot='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> ~/.bash_aliases && source ~/.bash_aliases
dot config status.showUntrackedFiles no
config status
config add .vimrc
config commit -m "Add vimrc"
config add .config/redshift.conf
config commit -m "Add redshift config"
config push
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].