aboutsummaryrefslogtreecommitdiff
path: root/arch_install.md
diff options
context:
space:
mode:
Diffstat (limited to 'arch_install.md')
-rwxr-xr-xarch_install.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/arch_install.md b/arch_install.md
index b8d927a..2f9d592 100755
--- a/arch_install.md
+++ b/arch_install.md
@@ -113,7 +113,7 @@ pacman -S --noconfirm hyprland waybar hyprlock hyprpaper hyprpolkitagent hyprsho
awesome-terminal-fonts bat libnotify ntfs-3g \
jq mpv ncdu transmission-cli yt-dlp cowsay \
pacman-contrib pavucontrol rsync ripgrep python-pywal \
- imlib2 zip unzip wget pcmanfm yazi \
+ imlib2 zip unzip wget pcmanfm yazi stow \
fzf man-db pipewire pipewire-pulse xcompmgr pamixer \
sxhkd imagemagick network-manager git dash arc-gtk-theme papirus-icon-theme \
neovim lua xdg-user-dirs mpd ncmpcpp unclutter \
@@ -147,9 +147,8 @@ passwd $username
21. Setup dotfiles
```
cd $HOME
-git clone --separate-git-dir=$HOME/.dotfiles git@github.com:krolyxon/dotfiles.git tmpdotfiles
-rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/
-rm -r tmpdotfiles
+git clone git@github.com:krolyxon/dotfiles.git ~/.dotfiles/
+cd ~/.dotfiles; stow .
```
22. nsxiv: image viewer
@@ -173,10 +172,3 @@ paru -S --noconfirm htop-vim zsh-fast-syntax-highlighting-git keyd-git zen-brows
```
chsh -s $(which zsh)
```
-
-26. some symlinks and git alias
-```
-ln -s ~/.config/shell/profile .zprofile
-alias dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
-dots config --local status.showUntrackedFiles no
-```