eos gnome setup

D4VID 2 years ago
parent 6e9d391ca3
commit 6062086351

@ -1,6 +1,6 @@
# dotfiles # dotfiles
`git clone git@github.com:D4VIDB2/dotfiles.git ~/.dotfiles` `git clone https://github.com/D4VID0x2/dotfiles.git ~/.dotfiles`
## using 'stow' ## using 'stow'
[DONT DO THAT WITH YOUR DOTFILES (DO THIS)](https://youtu.be/tkUllCAGs3c) [DONT DO THAT WITH YOUR DOTFILES (DO THIS)](https://youtu.be/tkUllCAGs3c)

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# main packages # main packages
yay -Sy vim neovim tmux zsh bat gparted gimp htop libreoffice-fresh wireshark-qt chromium stow exa thefuck xclip plasma-wayland-session plasma-systemmonitor --needed --noconfirm yay -Sy vim neovim tmux zsh bat gparted gimp htop libreoffice-fresh wireshark-qt chromium discord stow exa thefuck xclip --needed --noconfirm
# fonts # fonts
yay -Sy ttf-noto-nerd noto-color-emoji-fontconfig noto-fonts-emoji --needed --noconfirm yay -Sy ttf-noto-nerd noto-color-emoji-fontconfig noto-fonts-emoji --needed --noconfirm
@ -25,7 +25,7 @@ git clone --depth 1 https://github.com/unixorn/fzf-zsh-plugin.git ${ZSH_CUSTOM:-
# LunarVim # LunarVim
yay -Sy python-pynvim yay -Sy python-pynvim --needed --noconfirm
LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh) LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh)
@ -34,4 +34,4 @@ cd ~/.dotfiles
rm ~/.bashrc; stow --no-folding bash rm ~/.bashrc; stow --no-folding bash
rm ~/.tmux.conf; stow --no-folding tmux rm ~/.tmux.conf; stow --no-folding tmux
rm ~/.zshrc; stow --no-folding zsh rm ~/.zshrc; stow --no-folding zsh
stow --no-folding lvim rm ~/.config/lvim/config.lua; stow --no-folding lvim

Loading…
Cancel
Save