Skip to content

carlosarraes/df23

Repository files navigation

Dotfiles 2023

Just my dotfiles, taking into consideration win/linux.

Start

Essentials (Stow)

sudo pacman -S git stow neovim zsh alacritty zellij starship

Terminal

sudo pacman -S neofetch vim eza fd bat ncdu btop htop ncspot ripgrep lazygit zoxide lf fzf zip unzip

Wayland

sudo pacman -S wl-clipboard grim swappy slurp wf-recorder waybar hyprpaper mako swayidle

Node (Mason needs it)

sudo pacman -S nodejs-lts-iron npm

Paru

sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

Yay

pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

Apps

sudo pacman -S pavucontrol peek scrcpy chromium zathura zathura-pdf-poppler

Fonts

sudo pacman -S ttf-firacode-nerd ttf-hack-nerd ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-common ttf-nerd-fonts-symbols-mono ttf-font-awesome
sudo pacman -S $(pacman -Ssq noto-fonts)

Thunar

sudo pacman -S thunar gvfs thunar-archive-plugin thunar-volman

Zsh Plugins

chsh -s /bin/zsh

zsh autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions

zsh syntax highlight

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting

Rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published