These are the dotfiles that configure the tools I use in my system, and some installation scripts that automatically install all the following packages. I constantly try to improve my development workflow.
First, clone the repo in your $HOME directory:
$ git clone git@github.com/aalykiot/dotfilesthen, run the installation script to install the required packages:
$ cd dotfiles/ && ./install.shFor VS Code we need to manually symlink the config files:
ln -s <TARGET> <LINK-NAME>
- Raycast - A collection of powerful productivity tools all within an extendable launcher.
- Aerospace - An i3-like tiling window manager for MacOS.
- Zsh - An extended version of Bash with new features.
- Oh My Zsh - A framework for managing ZSH configurations.
- Nerd Fonts - Developer fonts with a high number of glyphs (icons).
- Ghostty - A fast, feature-rich, and cross-platform terminal emulator.
- NeoVim - Hyperextensible Vim-based text editor.
- Zed - Zed is a next-generation code editor designed for high-performance.
- LazyGit - Simple terminal UI for git commands.
- Tmux - A terminal multiplexer.