Giter Site home page Giter Site logo

dotfiles's Introduction

dotfiles

Hyprland Waybar Bash Zsh Alacritty Rofi Cliphist Swaylock Dunst

Clone the repository

git clone https://github.com/CorrM/dotfiles.git $HOME/.dotfiles

Install required packages

pacman -Syu
pacman -S --needed stow sddm fastfetch bash-completion
pacman -S --needed bluez bluez-utils bluedevil blueman
pacman -S --needed grim slurp xclip wl-clipboard cliphist
pacman -S --needed noto-fonts noto-fonts-emoji noto-fonts-cjk ttf-dejavu ttf-liberation ttf-opensans ttf-dejavu ttf-liberation ttf-jetbrains-mono-nerd otf-font-awesome

Enabling ClearType rendering

pacman -S --needed freetype2

ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d
ln -s /etc/fonts/conf.avail/10-sub-pixel-rgb.conf /etc/fonts/conf.d
ln -s /etc/fonts/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d

# Only if you will not use Hyprland execute next command
export FREETYPE_PROPERTIES="truetype:interpreter-version=40"

Enable bluetooth

systemctl enable --now bluetooth.service

Submit configurations

cd $HOME/.dotfiles
stow fastfetch
rm $HOME/.bashrc && stow bash && source ~/.bashrc

Hyprland

  • Install Hyprland and other theme dependancy
pacman -S --needed waybar xdg-desktop-portal-hyprland xdg-desktop-portal-kde xdg-desktop-portal-gtk archlinux-xdg-menu xorg-xhost nwg-look wlogout dunst
pacman -S --needed pamixer pavucontrol
yay -S --needed hyprland-git swaylock-effects-git rofi-lbonn-wayland-git brillo mpvpaper
  • Install our config
cd $HOME/.dotfiles
stow hypr
stow rofi
stow waybar
stow swaylock
stow dunst
stow mpvpaper

Notes:

  • Change hyprland bindings as you need in .config/hypr/bind.conf

ZSH

pacman -S --needed zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
yay -S zsh-autocomplete-git

cd ~/.dotfiles

rm ~/.zshrc && stow zsh && source ~/.zshrc

Alacritty

  • Install Alacritty
pacman -S --needed alacritty 
  • Install our config
cd $HOME/.dotfiles
stow alacritty

NeoVim

  • Install NeoVim
pacman -S --needed neovim
  • Delete old config
rm -rf ~/.config/nvim
  • Install our config
cd $HOME/.dotfiles
stow nvim
  • Install dependencies and plugins
nvim
  • Wait lazy.nvim finishes downloading plugins then run :MasonInstallAll command.

Notes:

  • if you face any problem you can reset NoeVim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim

Vesktop

  • Install Vesktop
yay -S --needed vesktop-bin
  • Delete Vesktop config
rm -rf ~/.config/vesktop
  • Install our config
cd $HOME/.dotfiles
stow vesktop
  • Install Noisetorch for microphone noise suppression (Remember to set Noisetorch virtual microphone as default input)
yay -S --needed noisetorch

Preview

dotfiles.mp4

preview1 preview2 preview3

Credits

tweeks credits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.