Giter Club home page Giter Club logo

dotfiles's Introduction

LeoBlau ArchI3

Instalar ArchLinux

Descargar ISO y hacer un USB booteable. Instalar mediante archinstall eligiendo: Profile Desktop con i3. Se puede agregar a la lista de paquetes extra: - git curl firefox xclip alacritty zsh

Reiniciar y todo debría funcionar con i3-wm. En caso de querer seguir con ssh:

    sudo systemctl enable sshd 
    sudo systemctl start sshd

Instalar paquetes extra

    sudo pacman -S git curl ripgrep rofi fzf mc neovim neofetch nitrogen firefox alacritty stow xclip pcmanfm zip unzip p7zip

Audio

    sudo pacman -S volumeicon pavucontrol

Crear las carpetas de usuario

   sudo pacman -S xdg-user-dirs && xdg-user-dirs-update

Instalar temas e iconos - Ver: https://aur.archlinux.org/packages?K=gtk-theme

    sudo pacman -S picom lxappearance papirus-icon-theme adapta-gtk-theme arc-gtk-theme arc-solid-gtk-theme 

Instalar Algunas Nerd Fonts

    sudo pacman -S ttf-jetbrains-mono-nerd ttf-meslo-nerd ttf-firacode-nerd

Instalar OhMyzsh

    sudo pacman zsh

    # OhMyzsh
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

    # zsh-autosuggestions
    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

    # zsh-syntax-highlighting
    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Instalar lsd y bat

    sudo pacman -S lsd
    sudo pacman -S bat

Reiniciar.

Clonar dotfiles

    git clone https://github.com/leoblautzik/dotfiles.git ~/dotfiles
    cd ~/dotfiles
    #dentro de ~/dotfiles hacer: 
    stow --adopt .

Instalar paru (AUR)

Clonar paru-bin dentro de ~/tmp

    mkdir ~/tmp
    cd tmp
    git clone https://aur.archlinux.org/paru-bin.git
    cd paru-bin 
    makepkg -si 

dotfiles's People

Contributors

leoblautzik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.