sudo apt install -y --yes zsh ffmpeg libncurses-dev wget gcc make cmake unzip neofetch screenfetch gettext g++ tree gdb fd-find htop git curl xsel xclip wl-clipboard ripgrep plank flameshot tilix
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/script.sh | bash
sudo pacman -S --noconfirm zsh gcc make cmake unzip neofetch screenfetch gettext gdb tree git curl wget vim openssh xclip xsel wl-clipboard ripgrep fd lazygit htop docker plank flameshot gpaste tilix nemo dolphin docker-compose timeshift redshift
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/script_arch.sh | bash
sudo usermod -aG docker ${USER}
sudo systemctl enable docker
sudo systemctl restart docker
newgrp docker
https://github.com/vinceliuice/WhiteSur-icon-theme https://github.com/vinceliuice/WhiteSur-gtk-theme ./install.sh -t all # instala todos los temas ./tweaks.sh -f monterey https://github.com/vinceliuice/Mojave-gtk-theme https://github.com/vinceliuice/WhiteSur-wallpapers ./install-wallpapers.sh
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install
nano ~/.zshrc
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
)
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
ZSH_THEME="powerlevel10k/powerlevel10k"
POWERLEVEL10K_MODE="nerdfont-complete"
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/install_nvim.sh | bash
apt update && apt upgrade && apt install curl git && curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/install_nvim_instalable.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/bienvenida_terminal.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/personalizar_zsh.sh | bash
install miniconda 🐍 manualmente ok (revisar siempre https://docs.conda.io/en/main/miniconda.html )
mkdir -p ~/miniconda3
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm -rf ~/miniconda3/miniconda.sh
~/miniconda3/bin/conda init bash
~/miniconda3/bin/conda init zsh
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/NodeJs18.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/instalacion_dotnet_6.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/instalacion_dotnet_7.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/installDockerInUbuntu22_04.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/utils.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/installDockerInUbuntu22.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/addUserInDocker.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/NodeJs18.sh | bash
curl -sS https://raw.githubusercontent.com/pacodan/pacodan/main/conexiones_remotas_sql_server.sh | bash