https://github.com/inbydev/dotfiles
Archlinux Dotfiles
https://github.com/inbydev/dotfiles
archlinux-dotfiles archlinuxinstallation dotfiles dotfiles-linux
Last synced: about 1 year ago
JSON representation
Archlinux Dotfiles
- Host: GitHub
- URL: https://github.com/inbydev/dotfiles
- Owner: Inbydev
- License: mit
- Created: 2024-12-26T21:00:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T15:08:13.000Z (about 1 year ago)
- Last Synced: 2025-03-01T16:20:52.193Z (about 1 year ago)
- Topics: archlinux-dotfiles, archlinuxinstallation, dotfiles, dotfiles-linux
- Language: Shell
- Homepage:
- Size: 295 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# My dotfiles (Inbydev)
## Packages
### yay
For install AUR packages [Tutorial Followed](https://itsfoss.com/install-yay-arch-linux/)
```bash
sudo pacman -Syu
```
```bash
sudo pacman -S --needed base-devel git
```
```bash
git clone https://aur.archlinux.org/yay.git
```
```bash
cd yay
```
```bash
makepkg -si
```
### For Appeareance
```bash
yay -S --needed hyprpaper \
hyprland \
ags-hyprpanel-git \
hyprpicker \
swww \
bibata-cursor-theme \
eza \
kitty \
grim \
slurp \
wofi \
xdg-desktop-portal-hyprland \
xdg-utils \
zoxide \
zsh \
```
## Usage
Ensure you have the following installed on your system
### Git and Stow
```bash
pacman -S --needed git stow
```
## Installation
First, check out the dotfiles repo in your $HOME directory using git
```bash
git clone https://github.com/Inbydev/dotfiles.git
cd dotfiles
```
then use stow to create symlinks
```bash
stow .
```
## Apps I use
```bash
yay -S --needed 7zip \
aegisub-arch1t3cht-git \
android-studio \
android-tools \
bibata-cursor-theme \
bottom \
cava \
clamav \
cpupower-gui \
cuda \
docker \
docker-compose \
dosfstools \
downgrade \
dupeguru \
dust \
easyeffects \
fastfetch \
fdupes \
freetube \
fzf \
git \
github-cli \
gitleaks \
gradle \
grim \
imagemagick \
jdk17-openjdk \
kdenlive \
krita \
kronometer \
libreoffice-fresh \
librewolf-bin \
linux-firmware \
linux-hardened \
linux-hardened-headers \
lxappearance \
man-db \
moc-pulse \
mpv \
nano \
nautilus \
networkmanager \
nicotine+ \
noto-fonts \
noto-fonts-cjk \
noto-fonts-emoji \
ntfs-3g \
nvidia-open-dkms \
obsidian \
openrazer-daemon \
pavucontrol \
picard \
pipewire-alsa \
pipewire-pulse \
pnpm \
polychromatic \
protonmail-bridge-bin \
qalculate-gtk \
reflector \
rustup \
schildichat-desktop-bin \
slurp \
smartmontools \
spek \
syncthing \
tenacity \
thunderbird \
ufw \
unrar \
woff2 \
wofi \
xdg-desktop-portal-gtk \
xnviewmp \
yazi \
yt-dlp \
```