All Projects โ†’ kutsan โ†’ Dotfiles

kutsan / Dotfiles

Licence: gpl-3.0
My dotfiles: Experimental, ongoing configuration files, development environment and scripts for various Unix-like systems, text-based command-line applications and interfaces.

Projects that are alternatives of or similar to Dotfiles

Mac Bootstrap
๐Ÿ’ป Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: โœญ 96 (-48.11%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: โœญ 2,217 (+1098.38%)
Mutual labels:  zsh, tmux, dotfiles, neovim
dotfiles
๐Ÿ  dotfiles for my macOS environment
Stars: โœญ 17 (-90.81%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = โค๏ธ
Stars: โœญ 95 (-48.65%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: โœญ 985 (+432.43%)
Mutual labels:  zsh, tmux, dotfiles, neovim
dotfiles-legacy
. .โœง ยท ๐ŸŒŽ โœท โœซ ๐ŸŒ™ ยท โœต ๐Ÿš€โœต * โœต ยท ๐ŸŒŒโœซ โœท ยท โœง .
Stars: โœญ 15 (-91.89%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
๐Ÿ“ My dotfiles for macOS using Fish/Zsh, Neovim, and Tmux
Stars: โœญ 151 (-18.38%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dot Files
โšก๏ธ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: โœญ 209 (+12.97%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotconfig
Development environment setup
Stars: โœญ 27 (-85.41%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: โœญ 20 (-89.19%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotfiles
๐Ÿค˜ My collection of dotfiles for tmux, vim and zsh
Stars: โœญ 94 (-49.19%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: โœญ 60 (-67.57%)
Mutual labels:  zsh, tmux, dotfiles, neovim
dotfiles
๐Ÿš€ tmux, ohmyzsh, powerlevel10k, neovim ๐Ÿ”ง
Stars: โœญ 24 (-87.03%)
Mutual labels:  dotfiles, zsh, tmux, neovim
dot
No description or website provided.
Stars: โœญ 40 (-78.38%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
๐Ÿ˜ˆ Vim, git, zsh, tmux, and other goodies.
Stars: โœญ 240 (+29.73%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: โœญ 617 (+233.51%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotfiles
๐Ÿ”˜ neovim, zsh, tmux, iTerm2, macOS dotfiles
Stars: โœญ 7 (-96.22%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotfiles
My dotfiles ๐Ÿš€. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: โœญ 47 (-74.59%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Neovim Config
Neovim configuration
Stars: โœญ 180 (-2.7%)
Mutual labels:  zsh, tmux, dotfiles, neovim
Dotfiles
๐Ÿ’€ dotfiles! managed by GNU stow
Stars: โœญ 85 (-54.05%)
Mutual labels:  zsh, tmux, dotfiles

kutsan's dotfiles

screenshot

running neovim inside tmux that is inside kitty terminal emulator with fira font on

Overview

  • zsh - Highly customizable interactive login shell and command interpreter for shell scripting
    • pure - Minimal and fast Zsh prompt with asynchronous git fetch
    • autopair - Auto-close and delete matching delimiters
    • system-clipboard - Synchronize ZLE clipboard buffer with system clipboard
    • fast-syntax-highlighting - Fish-like syntax highlighting support for interactive terminal
    • autosuggestions - Fish-like auto-suggestions for interactive terminal based on command history
  • neovim - The fork of ubiquitous text editor focused on extensibility and usability
    • material - Color scheme
    • coc - Context-aware completion engine
    • colorizer - High-performance color highlighter
    • editorconfig - EditorConfig support
    • fugitive - Git client
    • fzf - Fuzzy finder fzf as plugin
    • indentline - Display the indention levels with thin vertical lines
    • nvim-tree - File explorer
    • nvim-web-devicons - Nerd Font icon API support
    • peartree - Auto-pair plugin that supports multi-character pairs and intelligent matching
    • polyglot - Big collection of language packs as scripts are loaded only on demand
    • sandwich - The set of operator and text object plugins to search, select, edit sandwiched text objects
    • signify - Show Git diff in the sign column
    • undotree - Visualize undo tree
  • git - Version control system for tracking changes in files and coordinating the work
  • tmux - Terminal multiplexer enables working with split panes, tabs and detachable sessions
  • nodejs - JavaScript runtime environment for developing a diverse variety of applications
    • npm - Node Package Manager mainly for the JavaScript programming language
      • prettier - Code formatter for various web file types
      • fx - TUI JSON viewer
      • bitwarden - Password manager
  • python - High-level programming language for general-purpose programming
    • pip - Python package manager to install and manage packages written in Python
      • stig - TUI and CLI interface for transmission-daemon
      • grip - Preview Markdown files in local server
      • pynvim - Python client for neovim
      • trash-cli - Move files and folders to the trash
  • coreutils - GNU core utilities for basic file, shell and text manipulation
  • findutils - GNU basic directory searching utilities that provides find, locate and xargs
  • moreutils - Additional general purpose command-line utilities
  • less - Standard file pager for Unix-like systems
  • curl - Tool for transferring data using various protocols
  • grep - Search plain-text data sets for lines that match a regular expression
  • tar - File archiver
  • gzip - Data compression utility
  • sed - Non-interactive command-line text editor
  • gnupg - Hybrid-encryption software suit, free implementation of the OpenPGP standard
  • nmap - Network security scanner and mapper for exploration and security auditing
  • openssl - Toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols
  • openssh - Connectivity tool for remote login with the SSH protocol
  • rsync - Utility that provides fast incremental file transfer
  • fzf - General-purpose fuzzy finder that can be used among other Unix tools
  • htop - Interactive text-based system monitor, process viewer and process manager
  • neomutt - Fork of the mail user agent mutt with new features and patches
    • msmtp - SMTP agent for sending e-mails through mail user agents or terminal
    • isync - IMAP and Maildir mailbox synchronizer
  • newsboat - RSS/Atom feed reader
  • ffmpeg - Cross-platform solution to handle, record, convert and stream audio and video
  • lf - Terminal file manager with vim-like key bindings
    • exiftool - Read, write and edit meta information in a wide variety of media files
  • transmission - BitTorrent client and daemon with web UI for remote controlling
  • par - Paragraph reformatter and aligner for e-mails and plain text
  • bind - Domain Name System tools
  • gcal - Calculate and print calendars
  • mpv - Minimalist video player based on MPlayer
  • universal-ctags - A maintained ctags implementation
  • wireguard - Virtual Private Network protocol to create secure point-to-point connections
  • ledger - Double-entry accounting system with a command-line reporting interface
  • gnuplot - Command-line driven graphing utility
  • oath-toolkit - Provides components for building one-time password authentication systems
  • gptfdisk - Interactive GUID partition table (GPT) manipulator
  • imagemagick - Software suite for displaying, converting, and editing raster image and vector image files

License

GPL-3.0

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