All Projects → hamvocke → Dotfiles

hamvocke / Dotfiles

A collection of my personal dotfiles

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-95.65%)
Mutual labels:  dotfiles, i3
dotfiles
my linux dotfiles
Stars: ✭ 16 (-95.36%)
Mutual labels:  dotfiles, i3
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (-75.94%)
Mutual labels:  dotfiles, i3
.dotfiles
🎆 Arch Linux with i3 / nvim / tmux / urxvt / zsh / ...
Stars: ✭ 167 (-51.59%)
Mutual labels:  dotfiles, i3
i3-dotfiles
My dotfiles used for i3 configuration
Stars: ✭ 20 (-94.2%)
Mutual labels:  dotfiles, i3
Wsl Dotfiles
My dotfiles for running an i3-based environment within the Windows Subsystem for Linux (WSL).
Stars: ✭ 211 (-38.84%)
Mutual labels:  dotfiles, i3
dotfiles
There is no place like ~/
Stars: ✭ 19 (-94.49%)
Mutual labels:  dotfiles, i3
Dotfiles
My dotfiles for my Arch-Install(s)
Stars: ✭ 59 (-82.9%)
Mutual labels:  dotfiles, i3
dotfiles
A collection of dotfiles for i3, polybar and more.
Stars: ✭ 25 (-92.75%)
Mutual labels:  dotfiles, i3
dotfiles
personal dotfiles with stow
Stars: ✭ 16 (-95.36%)
Mutual labels:  dotfiles, i3
Dotfiles
Collection of i3-gaps Dotfiles
Stars: ✭ 143 (-58.55%)
Mutual labels:  dotfiles, i3
dotfiles
💻 🍚 🔳 🔲 My riced-up Kali dotfiles – off-white | dark leet | chrome lambo
Stars: ✭ 55 (-84.06%)
Mutual labels:  dotfiles, i3
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (-67.54%)
Mutual labels:  dotfiles, i3
dotfiles
collection (and a backup) of my config files
Stars: ✭ 49 (-85.8%)
Mutual labels:  dotfiles, i3
Dotfiles
💀 dotfiles! managed by GNU stow
Stars: ✭ 85 (-75.36%)
Mutual labels:  dotfiles, i3
dots
🌀 my linux configuration
Stars: ✭ 66 (-80.87%)
Mutual labels:  dotfiles, i3
Dotfiles
My dotfiles
Stars: ✭ 19 (-94.49%)
Mutual labels:  dotfiles, i3
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+185.51%)
Mutual labels:  dotfiles, i3
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (-84.93%)
Mutual labels:  dotfiles, i3
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 (-95.94%)
Mutual labels:  dotfiles, i3

dotfiles

A collection of my personal dotfiles.

Here's a little preview of what it looks like with base16-shell's Horizon theme enabled.

tmux screenshot

Installation

Your first step is to clone this repository:

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

Manual Installation

Create symbolic links for the configurations you want to use, e.g.:

ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc

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:

cd ~/.dotfiles
stow vim
stow tmux

Use base16 colors

To get the most out of my dotfiles I recommend installing base16-shell on your system. This will allow you to have unified colors in all your command line applications. If you see that some colors are off when using my setup, installing base16-shell is most likely the way to fix it.

Additional configuration

Some of the configurations need additional setup or configuration. If that's the case you can find a README.md file in the application's directory. Make sure to take a look at it to see what else there is to do to make the configuration work on your system.

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