mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:24:59 +01:00
13 lines
237 B
Bash
Executable file
13 lines
237 B
Bash
Executable file
#! /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
|
|
|