Dotfiles

screenshot of Dotfiles

[DEPRECATED] The first JavaScript-based dotfiles powered by Grunt.

Overview:

Eduardo's dotfiles provide a robust and innovative way to enhance your command-line experience, built on the JavaScript framework Grunt. Although it is marked as deprecated, it offers a comprehensive suite of tools and configurations aimed at improving both productivity and user experience, especially for developers working in a macOS environment. This collection of dotfiles aims to simplify setup and maintenance while integrating a variety of helpful features into your daily workflow.

With a focus on customization and versatility, these dotfiles streamline the installation of necessary software and configurations. It ensures that both novice and experienced users can effortlessly set up their environment, while the extensive support for different applications and systems allows for a tailored approach to personal computing.

Features:

  • Easy Installation: Simply install via NPM and set up symlinks to your home directory; you may be prompted for your password a few times during this straightforward process.
  • Comprehensive Command-line Tools: Includes essential command-line utilities and their configurations, providing a complete toolkit for development straight out of the box.
  • ZSH Shell Enhancements: Offers ZSH shell features such as syntax highlighting and integration with Oh My ZSH for a better user experience and productivity boost.
  • Customized Themes: Utilizes the Dracula theme for enhanced syntax highlighting in ZSH, iTerm2, and Alfred, making code visually appealing and easier to read.
  • MacOS Tweaks: A plethora of macOS customizations are included, from enabling hot corners to fine-tuning Finder settings for a more efficient usage experience.
  • Alias Shortcuts: Comes with useful aliases like server to serve the current folder over HTTP and up to navigate up directories seamlessly.
  • Ruby Development Tools: Integrates Ruby version management with rbenv and Ruby Build, complementing tools necessary for web development, particularly with frameworks like Jekyll.
  • Git and Ngrok Integration: Includes Git Extras for enhanced Git functionality and Ngrok for proxying local servers securely, perfect for demoing or testing applications.

Whether you are a seasoned developer or just starting your coding journey, Eduardo's dotfiles provide a well-rounded solution for streamlining your development environment.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.