Skip to content

thangcongtran/dotfiles

 
 

Repository files navigation

Dotfiles

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.

Review of Arch (btw)

1 10

2 3
4 5
6 7

Installing JaKooLit Arch-Hyprland Script.

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

Usage dotfiles

  1. 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
  1. 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.

Packages pacman:

Install of these Packages using pacman

sudo pacman -S  foot alacritty lsd bat tmux neovim tldr obs-studio vlc yazi

Packages yay(Optional):

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 

Install Sublime-text

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.

About

My dotfiles of Linux Environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.4%
  • Shell 11.6%
  • Lua 5.2%
  • Python 3.2%
  • Roff 2.8%
  • Scheme 1.1%
  • Other 0.7%