All Projects → L04DB4L4NC3R → DEC

L04DB4L4NC3R / DEC

Licence: GPL-3.0 License
Development Environment Config. Work faster than ever with my dotfiles

Programming Languages

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

Projects that are alternatives of or similar to DEC

go-dev
Golang Dev Env Dockerfile
Stars: ✭ 17 (-56.41%)
Mutual labels:  zsh
Warp
Warp is a blazingly-fast modern Rust based GPU-accelerated terminal built to make you and your team more productive.
Stars: ✭ 1,319 (+3282.05%)
Mutual labels:  zsh
dot
No description or website provided.
Stars: ✭ 40 (+2.56%)
Mutual labels:  zsh
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-38.46%)
Mutual labels:  zsh
hstdb
Better history management for zsh. Based on ideas from https://github.com/larkery/zsh-histdb.
Stars: ✭ 25 (-35.9%)
Mutual labels:  zsh
I WANT TO HELP
https://www.reddit.com/r/zsh/comments/qinb6j/httpsgithubcomzdharma_has_suddenly_disappeared_i/hil4oww/
Stars: ✭ 29 (-25.64%)
Mutual labels:  zsh
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (-51.28%)
Mutual labels:  zsh
zsh-bench
Benchmark for interactive Zsh
Stars: ✭ 158 (+305.13%)
Mutual labels:  zsh
ezsh
ezsh is a user-friendly, and interactive shell designed to simplify a beginner's view of the terminal and command line.
Stars: ✭ 12 (-69.23%)
Mutual labels:  zsh
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-61.54%)
Mutual labels:  zsh
dotfiles
⚡️ Sharpen dat knife.
Stars: ✭ 29 (-25.64%)
Mutual labels:  zsh
carapace-bin
multi-shell multi-command argument completer
Stars: ✭ 42 (+7.69%)
Mutual labels:  zsh
hoard
cli command organizer written in rust
Stars: ✭ 71 (+82.05%)
Mutual labels:  zsh
zsh-clean
Minimal customizable ZSH theme
Stars: ✭ 29 (-25.64%)
Mutual labels:  zsh
dotfiles
My Linux settings and configs
Stars: ✭ 33 (-15.38%)
Mutual labels:  zsh
logbook
📖 a programmer's logbook.
Stars: ✭ 40 (+2.56%)
Mutual labels:  zsh
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (+25.64%)
Mutual labels:  zsh
dotfiles
🏡 .files, including zsh, tmux, vim, and git. Also macOS setup. Good stuff.
Stars: ✭ 30 (-23.08%)
Mutual labels:  zsh
zsh-docker
Docker containers for all versions of Zsh.
Stars: ✭ 66 (+69.23%)
Mutual labels:  zsh
aterminal
🎉 An oh-my-zsh plugin for show platform versions
Stars: ✭ 31 (-20.51%)
Mutual labels:  zsh

Dev Environment Config

When somebody begins a sentence with “IT WOULD BE NICE IF..” the right thing to do is to wait politely for the speaker to finish. No project ever gets around to the it-would-be-nice features: or if they do, they regret it. Wait for sentences that begin “WE HAVE TO..” and pay close attention, and see if you agree. - Tom Van Vleck

Are you a programmer? Do you wanna spend more time thinking and solving problems rather than writing biolerplate code again and again? Are you sick of bad navigation? Well this is the solution for you!


Dev environment tools

  • zsh shell + plugins
  • terminator tiling manager
  • vim editor + plugins
  • ranger file manager

References


ss


Vim plugins included


Zsh plugins included


Recommended keyboard shortcuts for terminator

  • Alt+h: Move to the left tile
  • Alt+j: Move to the tile below
  • Alt+k: Move to the tile above
  • Alt+l: Move to the right tile
  • Alt+1: Shift to tab 1
  • Alt+2: Shift to tab 2
  • Ctrl+Shift+o: Create new vertical tile
  • Ctrl+Shift+e: Create new horizontal tile
  • Ctrl+Shift+d: Open terminator in custom mode

Optional monitoring tools


image


Jazz up your debian or ubuntu system instantly. Go from having nothing on your system to a powerful and self-sufficient IDE in minutes. You will want for nothing after this!


Getting started

Follow the following steps for instantly getting started

NOTE: This script is not maintained. Install at your own risk. For help, you can take a look inside the Makefile.

# Prerequisites:
$ sudo apt install make # The only prerequisite!

# Clone the repo in you $HOME
$ git clone https://github.com/L04DB4L4NC3R/DEC.git

# cd into the directory
$ cd DEC

# Run bootstrap and setup, and you are good to go
$ make bootstrap
$ make setup

# To install tools (optional)
# Make sure you have graphics drivers installed
$ make tools

Guide

Now that you have the system setup, lets see what all you have.

  • No need to open a new terminal session. After setting up your current terminal will change to a beautiful bira theme in zsh.
  • Notice that you will be running terminator instead of your boring old tiling manager. Type ctrl+shift+e to split vertically.
  • Run vim to see your new editor in all its glory. Refer the ~/.vimrc and the plugin README's for shortcuts.
  • Run ranger to get a file system GUI right on your terminal.
  • optional: If you have your tools installed, run any of gotop, htop, or nvtop to monitor your system in real time.

Contributing

If you want to add a vim plugin, make sure it uses pathogen. Just append the link to its repo here.

Make sure you run make bootstrap && make setup for the changes to apply


Made with ❤️ by Angad Sharma

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