Skip to content

quentinguidee/dotfiles-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

image

Install

Install dotfiles

sudo pacman -S git
git clone https://github.com/quentinguidee/dotfiles-arch.git .config
ln -s .config/zsh/.zshrc .zshrc

Install official packages

sudo pacman -S base-devel bspwm sxhkd xorg xorg-xinit xorg-xrandr zsh zsh-autosuggestions zsh-syntax-highlighting starship exa neovim python-pip go nodejs npm jdk-openjdk rofi firefox feh wget neofetch picom bat fzf openssh pulseaudio alsa-utils htop xclip dunst noto-fonts-emoji zip unzip

Optional packages

sudo pacman -S discord

Install yay

cd Downloads
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
cd ../..

Install AUR packages

yay -S termite oh-my-zsh-git nerd-fonts-jetbrains-mono vim-plug polybar

Install neovim packages for all languages

python3 -m pip install --user --upgrade pynvim
npm install -g neovim
gem install neovim

Configure

Change your keyboard layout

Go to .config/bspwm/bspwmrc and change the setxkbmap argument.

Change default terminal to ZSH

sudo chsh -s $(which zsh) $(whoami)

Setup screen

# See all available monitor size
xrandr

# Get your monitor name
xrandr --listmonitors

And change this in your .config/bspwm/bspwmrc

Enable services

sudo systemctl enable NetworkManager
systemctl --user enable pulseaudio

License

About

My Arch dotfiles. Bspwm, Polybar, Neovim, Rofi…

Topics

Resources

License

Stars

Watchers

Forks