All Projects → yutkat → dotfiles

yutkat / dotfiles

Licence: MIT license
The best and strongest dotfiles. Editor: Neovim; Shell: zsh(zinit, powerlevel10k); Terminal: tmux, wezterm; Desktop: i3-gaps/sway, rofi, dunst; OS: ArchLinux, (Ubuntu/Fedora/CentOS)

Programming Languages

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

Projects that are alternatives of or similar to dotfiles

Rofi
A large collection of Rofi based custom Menu, Applets, Launchers & Powermenus.
Stars: ✭ 2,907 (+1086.53%)
Mutual labels:  archlinux, fedora, rofi-config
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+1684.08%)
Mutual labels:  archlinux, fedora
dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (-87.76%)
Mutual labels:  zshrc, vscode-settings
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (-26.12%)
Mutual labels:  archlinux, fedora
Dev-Setup
Automation scripts for setting up a basic development environment.
Stars: ✭ 19 (-92.24%)
Mutual labels:  zshrc, vscode-settings
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-90.2%)
Mutual labels:  zshrc, nvimrc
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (-90.61%)
Mutual labels:  zshrc, nvimrc
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (-37.96%)
Mutual labels:  archlinux, fedora
dotfiles
Salonia Matteo's dotfiles (GNU/Linux configuration)
Stars: ✭ 19 (-92.24%)
Mutual labels:  archlinux, nvimrc
dotfiles
A place to store config files so I can revert when my entire system crashes from entering the wrong character
Stars: ✭ 25 (-89.8%)
Mutual labels:  zshrc, nvimrc
Machfiles
The dotfiles you see in all my videos
Stars: ✭ 347 (+41.63%)
Mutual labels:  zshrc, archlinux
dotfiles
My dotfiles
Stars: ✭ 22 (-91.02%)
Mutual labels:  zshrc, nvimrc
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (-27.35%)
Mutual labels:  archlinux, fedora
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+230.61%)
Mutual labels:  archlinux, fedora
Termux Os
All in One Termux Os..!! (New)
Stars: ✭ 150 (-38.78%)
Mutual labels:  archlinux, fedora
dotfiles
My dotfiles based on Makefile
Stars: ✭ 150 (-38.78%)
Mutual labels:  zshrc, archlinux
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (-44.9%)
Mutual labels:  archlinux, fedora
SOLIDWORKS-for-Linux
This is a project, where I give you a way to use SOLIDWORKS on Linux!
Stars: ✭ 122 (-50.2%)
Mutual labels:  archlinux, fedora
no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (-86.12%)
Mutual labels:  archlinux, i3-config
dotfiles
My personal dotfiles repository
Stars: ✭ 36 (-85.31%)
Mutual labels:  archlinux, dunstrc

dotfiles

License . Join the chat at https://gitter.im/yutkat/dotfiles

Overview

My home dotfiles

overview

Supported OS

  • ArchLinux (recommend)
  • Ubuntu
  • Fedora

Install

  1. Download

    git clone https://github.com/yutkat/dotfiles.git
    cd dotfiles
  2. Install

    ./install.sh

    or with GUI(i3/sway setup)

    ./install.sh --gui
  3. zsh plugin install

    exec zsh
  4. neovim plugin install

    vi +PackerSync +qall
  5. Enjoy!

Temporary Install

If you do not want to dirty your home directory

  1. Download

    mkdir /tmp/tmphome
    cd /tmp/tmphome
    git clone https://github.com/yutkat/dotfiles.git
    cd dotfiles
  2. Set HOME environment temporary

    export HOME=/tmp/tmphome
  3. Install

    ./install.sh

    or with GUI(i3/sway setup)

    ./install.sh --gui
  4. zsh plugin install

    exec zsh
  5. neovim plugin install

    vi +PackerSync +qall

Components

  • zsh
  • neovim
  • wezterm
  • (optional) i3-gaps, sway

Usage

Frequently used shortcuts

wezterm

key action
Alt-h/j/k/l switch window
Alt-j close window
Alt-k create window
S-Up/Down/Left/Right switch pane

i3/sway

key action
Mod-h/j/k/l switch window
Mod-S-h/j/k/l move window
Mod-C-S-h/j/k/l move workspace

Star History

Star History Chart

Benchmarks

https://yutkat.github.io/dotfiles/dev/bench/

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