Skip to content
Nabos edited this page Jan 10, 2024 · 25 revisions

Dependencies

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/sindresorhus/pure.git ~/.config/zsh/pure
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
Clone this wiki locally