mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Auto-install astronvim dependencies
This commit is contained in:
parent
8d8b05d0f6
commit
8b00572567
|
@ -141,7 +141,7 @@ su -l itsdrike
|
||||||
Install astronvim
|
Install astronvim
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S luarocks rustup cargo cmake meson npm
|
sudo pacman -S --needed luarocks rustup cargo cmake meson npm
|
||||||
rustup default stable
|
rustup default stable
|
||||||
mkdir -p ~/.config/wakatime
|
mkdir -p ~/.config/wakatime
|
||||||
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
||||||
|
|
|
@ -38,7 +38,7 @@ yay -S --noconfirm --needed \
|
||||||
openssh cronie exa bat dust mlocate lshw trash-cli ncdu btop \
|
openssh cronie exa bat dust mlocate lshw trash-cli ncdu btop \
|
||||||
dnsutils net-tools wget jq fzf polkit rebuild-detector hyperfine mediainfo git-delta \
|
dnsutils net-tools wget jq fzf polkit rebuild-detector hyperfine mediainfo git-delta \
|
||||||
python-pip ripgrep zip unzip usbutils hexyl strace python-poetry pyenv yt-dlp \
|
python-pip ripgrep zip unzip usbutils hexyl strace python-poetry pyenv yt-dlp \
|
||||||
downgrade lf glow xdg-ninja-git
|
luarocks rustup cargo cmake meson npm downgrade lf glow xdg-ninja-git
|
||||||
|
|
||||||
# Copy over zsh configuration
|
# Copy over zsh configuration
|
||||||
# Note that this assumes you've ran install_root.sh, whcih created /etc/zsh/zshenv
|
# Note that this assumes you've ran install_root.sh, whcih created /etc/zsh/zshenv
|
||||||
|
|
Loading…
Reference in a new issue