All Projects → edbizarro → Dotfiles

edbizarro / Dotfiles

💀 dotfiles! managed by GNU stow

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+625.88%)
Mutual labels:  zsh, tmux, dotfiles, i3-gaps
dotfiles
cross-platform (linux (arch), macos, android (termux), windows (WSL)) dotfiles and scripts, using yadm
Stars: ✭ 17 (-80%)
Mutual labels:  dotfiles, zsh, tmux, i3-gaps
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+752.94%)
Mutual labels:  zsh, dotfiles, i3, i3-gaps
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-83.53%)
Mutual labels:  dotfiles, zsh, tmux, i3
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+31.76%)
Mutual labels:  zsh, tmux, dotfiles, i3
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1058.82%)
Mutual labels:  zsh, tmux, dotfiles, i3
Dotfiles
My dotfiles, managed with GNU stow
Stars: ✭ 56 (-34.12%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
A repository that gathered files starting with dot
Stars: ✭ 701 (+724.71%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (-29.41%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
🐧 Configuration files
Stars: ✭ 81 (-4.71%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+551.76%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles.
Stars: ✭ 5 (-94.12%)
Mutual labels:  zsh, tmux, dotfiles
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-74.12%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
i3 + Plasma: using the i3 window manager on the top of KDE Plasma and other dotfiles, configurations, scripts, workarounds and practises from my Debian Sid machines.
Stars: ✭ 651 (+665.88%)
Mutual labels:  tmux, dotfiles, i3-gaps
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (+625.88%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles
Stars: ✭ 19 (-77.65%)
Mutual labels:  zsh, dotfiles, i3
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: ✭ 20 (-76.47%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
🔘 neovim, zsh, tmux, iTerm2, macOS dotfiles
Stars: ✭ 7 (-91.76%)
Mutual labels:  zsh, tmux, dotfiles
Dotconfig
Development environment setup
Stars: ✭ 27 (-68.24%)
Mutual labels:  zsh, tmux, dotfiles
dotfiles
My dot files
Stars: ✭ 25 (-70.59%)
Mutual labels:  dotfiles, zsh, tmux

dotfiles

A collection of my personal dotfiles. Here's a little preview of what it can look like:

Current desktop

gotop

Previous themes

Previous themes can be found on reddit and releases page

Requirements

Optional

Cool fonts

Installation

Clone this repository:

git clone https://github.com/edbizarro/dotfiles.git ~/.dotfiles

Using GNU Stow (recommended)

Install GNU Stow (if not already installed)

Mac:      brew install stow
Ubuntu:   apt-get install stow
Fedora:   yum install stow
Arch:     pacman -S stow

Then simply use stow to install the dotfiles you want to use Ex:

stow xresources

Or to install all my dotfiles config:

cd ~/.dotfiles && \
  stow i3 && \
  stow mopidy && \
  stow cava && \
  stow ncmpcpp && \
  stow neofetch && \
  stow stow && \
  stow wal && \
  stow git && \
  stow ssh && \
  stow tmux && \
  stow compton && \
  stow dunst && \
  stow xresources && \
  cd ~/.dotfiles/zsh && \
  stow configs -t ~/

We may get some warning messages like the following one:

cd ~/Dotfiles
stow git
WARNING! stowing git would cause conflicts:
  * existing target is neither a link nor a directory: .gitconfig
All operations aborted.

Or

WARNING! stowing git would cause conflicts:
  * existing target is not owned by stow: .gitconfig
All operations aborted.

This means that the file .gitconfig (or any other file name that appear in the warning) exists before the symlinking. We need to manually change its name so GNU Stow can create the symlink. My recommendation is to rename it:

mv ~/.gitconfig ~/.gitconfig.old
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].