Dotfiles is a collection of configuration files aimed at setting up a personalized and efficient Linux environment. This repository includes configurations for various tools and applications, enhancing productivity and aesthetics.
reboot your system and login with username and password and connect with internet and clone the repo and preform these operations.
git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git ~/Arch-Hyprland
cd ~/Arch-Hyprland
chmod +x install.sh
./install.sh
- Backup Existing Dotfiles: Before copying new configurations, it's wise to back up your current dotfiles:
mkdir -p ~/dotfiles_backup
cp ~/.config ~/dotfiles_backup -r
cp ~/.tmux.conf ~/dotfiles_backup
cp ~/.zshrc ~/dotfiles_backup
- Copy New Configurations:
Remember you must in
dotfiles
folder to run following commands
cp -r .config ~/
cp .zshrc ~/
cp -r .themes ~/.themes
cd .icons
cp .icons.zip ~/
cd ~/
unzip .icons.zip
rm .icons.zip
After the installation, you can start using the configured applications. Open your GTK settings
and set the widget theme to Andromeda-dark
, the icon theme to Dracula
, and the mouse cursor to Future-black Cursors
.
Install of these Packages using pacman
sudo pacman -S foot alacritty lsd bat tmux neovim tldr obs-studio vlc yazi
Install of these Packages Using yay
. Remember they are according to my preference like I have install vscode, telegram etc.
yay -S thorium-browser-bin visual-studio-code-bin 64gram-desktop-bin apple-fonts fum brave-bin
curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
sudo pacman -Syu sublime-text
Congratulations! You have successfully completed the installation.