mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Script : some init script fix
This commit is contained in:
@ -12,5 +12,6 @@ VETHER_IP=$(/bin/grep nameserver /etc/resolv.conf 2> /dev/null | /bin/tr -s ' '
|
||||
export DISPLAY=$VETHER_IP:10.0
|
||||
#export DISPLAY=192.168.144.1:10.0
|
||||
|
||||
rm ~/.emacs.d/emacs.el
|
||||
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
||||
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.d/desktop.el
|
||||
|
||||
@ -1,18 +1,19 @@
|
||||
#!/bin/sh
|
||||
paru
|
||||
paru -S stow alacritty trayer --noconfirm
|
||||
|
||||
# config file handling
|
||||
rm ~/.config/nu/config.toml
|
||||
rm ~/.config/polybar/config
|
||||
rm ~/.zshrc ~/.bashrc ~/.xmonad/xmonad.hs
|
||||
rm -rf ~/.config/alacritty ~/.xmonad/scripts
|
||||
cd ~/.dotfiles
|
||||
stow .
|
||||
|
||||
sudo pacman -Syu --noconfirm
|
||||
|
||||
#ZSH
|
||||
#paru -S zsh-autosuggestions-git --noconfirm
|
||||
#/usr/share/oh-my-zsh/tools/install.sh
|
||||
paru -S zsh-autosuggestions-git --noconfirm
|
||||
/usr/share/oh-my-zsh/tools/install.sh
|
||||
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
|
||||
|
||||
# NUSHELL
|
||||
#paru -S nushell
|
||||
@ -21,8 +22,8 @@ sudo pacman -Syu --noconfirm
|
||||
#chsh -s /bin/nu # change shell
|
||||
|
||||
# FISH
|
||||
paru -S fish starship
|
||||
chsh -s /bin/fish
|
||||
#paru -S fish starship
|
||||
#chsh -s /bin/fish
|
||||
|
||||
# neovim
|
||||
paru -S neovim --noconfirm
|
||||
@ -43,10 +44,10 @@ TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/scripts/
|
||||
TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/bin/update_plugins all
|
||||
|
||||
# Dynamic wallpaper
|
||||
#paru -S cronie --noconfirm
|
||||
#git clone https://github.com/adi1090x/dynamic-wallpaper.git ~/dynamic-wallpaper
|
||||
#cd dynamic-wallpaper
|
||||
#./install.sh
|
||||
paru -S cronie --noconfirm
|
||||
git clone https://github.com/adi1090x/dynamic-wallpaper.git ~/dynamic-wallpaper
|
||||
cd dynamic-wallpaper
|
||||
./install.sh
|
||||
|
||||
# font
|
||||
paru -S ttf-fira-code ttf-nanum nerd-fonts-mononoki ttf-monaco ttf-d2coding --noconfirm
|
||||
|
||||
Reference in New Issue
Block a user