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