Blog-note de Sasha
gitlab github rss
/réalisations/thèmes/résumés
Environnement de bureau graphique.
    Résumé rapide de mon environnement de bureau.
    Posted on 2023-01-03

    Dependencies:

    • zsh
    • git
    • helix
    • alacritty
    • sway
    • waybar
    • swayidle
    • swaylock-effects
    • mako
    • grim
    • slurp
    • wl-clipboard
    • gammastep
    • scream
    • rbw
    • rofi-rbw
    • sway-launcher-desktop
    • realmenu
    • nautilus

    Installing

    mkdir ~/.cache/zsh
    alias dotfiles="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
    
    git clone --bare https://github.com/nab-os/.dotfiles $HOME/.dotfiles
    dotfiles checkout
    dotfiles config status.showUntrackedFiles no
    git clone https://github.com/zsh-users/zsh-autosuggestions ~/.config/zsh/zsh-autosuggestions
    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.config/zsh/zsh-syntax-highlighting
    
    git clone https://github.com/nab-os/realmenu ~/.config/realmenu
    ln -s ~/config/zsh/zsh-autosuggestions ~/.config/realmenu/
    ln -s ~/config/zsh/zsh-syntax-highlighting ~/.config/realmenu/
    ln -s ~/.config/realmenu/swayconfig ~/.config/sway/configs-enabled/53-realmenu.conf
    
    #Be carefull when directly executing a script after downloading it !!!
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    source $HOME/.cargo/env
    

    Dépot dotfiles