mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +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=$VETHER_IP:10.0
|
||||||
#export DISPLAY=192.168.144.1:10.0
|
#export DISPLAY=192.168.144.1:10.0
|
||||||
|
|
||||||
|
rm ~/.emacs.d/emacs.el
|
||||||
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
||||||
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.d/desktop.el
|
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.d/desktop.el
|
||||||
|
|||||||
@ -1,18 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
paru
|
||||||
paru -S stow alacritty trayer --noconfirm
|
paru -S stow alacritty trayer --noconfirm
|
||||||
|
|
||||||
# config file handling
|
# config file handling
|
||||||
rm ~/.config/nu/config.toml
|
rm ~/.config/polybar/config
|
||||||
rm ~/.zshrc ~/.bashrc ~/.xmonad/xmonad.hs
|
rm ~/.zshrc ~/.bashrc ~/.xmonad/xmonad.hs
|
||||||
rm -rf ~/.config/alacritty ~/.xmonad/scripts
|
rm -rf ~/.config/alacritty ~/.xmonad/scripts
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles
|
||||||
stow .
|
stow .
|
||||||
|
|
||||||
sudo pacman -Syu --noconfirm
|
|
||||||
|
|
||||||
#ZSH
|
#ZSH
|
||||||
#paru -S zsh-autosuggestions-git --noconfirm
|
paru -S zsh-autosuggestions-git --noconfirm
|
||||||
#/usr/share/oh-my-zsh/tools/install.sh
|
/usr/share/oh-my-zsh/tools/install.sh
|
||||||
|
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
|
||||||
|
|
||||||
# NUSHELL
|
# NUSHELL
|
||||||
#paru -S nushell
|
#paru -S nushell
|
||||||
@ -21,8 +22,8 @@ sudo pacman -Syu --noconfirm
|
|||||||
#chsh -s /bin/nu # change shell
|
#chsh -s /bin/nu # change shell
|
||||||
|
|
||||||
# FISH
|
# FISH
|
||||||
paru -S fish starship
|
#paru -S fish starship
|
||||||
chsh -s /bin/fish
|
#chsh -s /bin/fish
|
||||||
|
|
||||||
# neovim
|
# neovim
|
||||||
paru -S neovim --noconfirm
|
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
|
TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/bin/update_plugins all
|
||||||
|
|
||||||
# Dynamic wallpaper
|
# Dynamic wallpaper
|
||||||
#paru -S cronie --noconfirm
|
paru -S cronie --noconfirm
|
||||||
#git clone https://github.com/adi1090x/dynamic-wallpaper.git ~/dynamic-wallpaper
|
git clone https://github.com/adi1090x/dynamic-wallpaper.git ~/dynamic-wallpaper
|
||||||
#cd dynamic-wallpaper
|
cd dynamic-wallpaper
|
||||||
#./install.sh
|
./install.sh
|
||||||
|
|
||||||
# font
|
# font
|
||||||
paru -S ttf-fira-code ttf-nanum nerd-fonts-mononoki ttf-monaco ttf-d2coding --noconfirm
|
paru -S ttf-fira-code ttf-nanum nerd-fonts-mononoki ttf-monaco ttf-d2coding --noconfirm
|
||||||
|
|||||||
Reference in New Issue
Block a user