dotfiles/setup.sh

13 lines
237 B
Bash
Raw Normal View History

2022-11-09 23:40:55 +00:00
#! /usr/bin/env bash
echo "Setting up the stuff..."
echo "Updating arch"
sudo pacman -Syyu
sudo pacman -S ripgrep fd neovim make stow
# tmux plugin manager and theme
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm