Personal Development Environment
These scripts are designed to be self-contained and can be executed directly as one-liners without requiring user interaction.
curl -sSL https://raw.githubusercontent.com/shivamashtikar/configs/main/setup-figlet.sh | bashcurl -sSL https://raw.githubusercontent.com/shivamashtikar/configs/main/setup-fira-code-mac.sh | bashcurl -sSL https://raw.githubusercontent.com/shivamashtikar/configs/main/setup-fira-code.sh | bashcurl -sSL https://raw.githubusercontent.com/shivamashtikar/configs/main/setup-fzf.sh | bashcurl -sSL https://raw.githubusercontent.com/shivamashtikar/configs/main/setup-termux.sh | bashcurl -sSL https://raw.githubusercontent.com/shivamashtikar/configs/main/setup-nvim-appimage-update.sh | bashcurl -sSL https://raw.githubusercontent.com/shivamashtikar/configs/main/setup_raspberry_pi.sh | bash -s "https://google.com"These scripts depend on other configuration files, submodules, or require user interaction. To use them, you must first clone the entire repository.
git clone https://github.com/shivamashtikar/configs.git
cd configsAfter cloning and navigating into the configs directory, you can run the following setup scripts:
bash setup-debian.shbash setup-gitconfig.shbash setup-kitty.shbash setup-nvim.shbash setup-neovim-server.shbash setup-tmux.shbash setup-ubuntu-apps.shbash setup-vscode.shbash setup-zsh.shThis script will attempt to run all other setup scripts.
bash setup.sh


