All Projects → elentok → Dotfiles

elentok / Dotfiles

My dotfiles

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+489.47%)
Mutual labels:  zsh, dotfiles, nvim, i3
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+5084.21%)
Mutual labels:  zsh, dotfiles, i3
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (+15.79%)
Mutual labels:  zsh, dotfiles, nvim
Dotfiles
💀 dotfiles! managed by GNU stow
Stars: ✭ 85 (+347.37%)
Mutual labels:  zsh, dotfiles, i3
.dotfiles
🎆 Arch Linux with i3 / nvim / tmux / urxvt / zsh / ...
Stars: ✭ 167 (+778.95%)
Mutual labels:  dotfiles, nvim, i3
Dotfiles
🏠
Stars: ✭ 60 (+215.79%)
Mutual labels:  zsh, dotfiles, nvim
Dotfiles
🐧 Configuration files
Stars: ✭ 81 (+326.32%)
Mutual labels:  zsh, dotfiles, nvim
dotfiles
dotfiles of my linux setup
Stars: ✭ 25 (+31.58%)
Mutual labels:  dotfiles, zsh, nvim
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (+26.32%)
Mutual labels:  dotfiles, zsh, nvim
Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-21.05%)
Mutual labels:  dotfiles, zsh, i3
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+3715.79%)
Mutual labels:  zsh, dotfiles, i3
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+173.68%)
Mutual labels:  dotfiles, zsh, 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 (-26.32%)
Mutual labels:  dotfiles, zsh, i3
Dotfiles
Configuration for Arch Linux, sway, kitty, kakoune, zsh and more + scripted installation guide
Stars: ✭ 385 (+1926.32%)
Mutual labels:  zsh, dotfiles
Zsh Quickstart Kit
Simple ZSH quickstart for using ZSH and zgen
Stars: ✭ 366 (+1826.32%)
Mutual labels:  zsh, dotfiles
Dotfiles
My personal dotfiles
Stars: ✭ 400 (+2005.26%)
Mutual labels:  zsh, dotfiles
Dotfiles
dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir
Stars: ✭ 408 (+2047.37%)
Mutual labels:  zsh, dotfiles
Dotfiles
files that define my GNU/Linux box.
Stars: ✭ 351 (+1747.37%)
Mutual labels:  zsh, dotfiles
Dotfiles
My macOS environment: zsh, Git, Visual Studio Code, etc.
Stars: ✭ 405 (+2031.58%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles.
Stars: ✭ 5 (-73.68%)
Mutual labels:  zsh, dotfiles

elentok's dotfiles

To install run:

  $ curl -L https://github.com/elentok/dotfiles/raw/master/online_install.sh | bash

by default it will clone the repository from "https://github.com/elentok/dotfiles", to use ssh run this:

  $ curl -L https://github.com/elentok/dotfiles/raw/master/online_install.sh | bash -s use-ssh

Documentation

  • keys.md - a cheatsheet of all of my vim keybindings (can be accessed from the command line using the k command)
  • help.md - a cheatsheet of useful commands (can be accessed from the command line using the h or h {query} commands)
  • commands.md - a cheatsheet of of my custom shell scripts

Customization

You can customize the settings by putting the following files in the ~/.dotlocal directory.

Git

Use ~/.dotlocal/gitconfig:

[user]
  name = Your Name
  email = [email protected]
[github]
  user = your-github-user

Zsh settings & aliases

You can use the following files to customize your zsh settings:

  • ~/.dotlocal/zsh/core.sh - runs on all sessions (both login and non-login)
  • ~/.dotlocal/zsh/before.zsh - runs at the beginning of all login sessions (right after core.sh)
  • ~/.dotlocal/zsh/after.zsh - runs at the end of all of all login sessions

Vim

  • Add custom plugins to ~/.dotlocal/plugs.vim
  • Add custom settings to ~/.dotlocal/before.vim or ~/.dotlocal/after.vim

Basic Vim Setup

To install my basic vim setup (without any plugins and should work on old versions of vim):

curl https://raw.githubusercontent.com/elentok/dotfiles/master/nvim/basic.vim > ~/.vimrc

Basic Zsh Setup

To install my basic zsh setup:

curl https://raw.githubusercontent.com/elentok/dotfiles/master/zsh/basic.zsh >> ~/.zshrc
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].