Skip to content

haykh/.dotfiles

Repository files navigation

.dotfiles

i am making this repo mostly for myself, to synchronize my workflow across different machines and clusters. so this doc will have minimum of explanation ¯\_(ツ)_/¯. if you got questions -- add an issue.

current list of tools used:

linking rc files on linux

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
rm -f $HOME/.zshrc
echo ". $HOME/.dotfiles/.zshrc" >> $HOME/.zshrc

mkdir -p $HOME/.ssh
mkdir -p $HOME/.ssh/sockets
echo "Include $HOME/.dotfiles/.ssh/config" >> $HOME/.ssh/config

ln -s $HOME/.dotfiles/.config/nvim $HOME/.config/nvim
ln -s $HOME/.dotfiles/.config/kitty $HOME/.config/kitty
ln -s $HOME/.dotfiles/.config/ranger $HOME/.config/ranger
ln -s $HOME/.dotfiles/.config/mpv $HOME/.config/mpv
ln -s $HOME/.dotfiles/.config/sioyek $HOME/.config/sioyek

ln -s $HOME/.dotfiles/.config/.nbrc $HOME/.nbrc
nb remote set [email protected]:haykh/nb.git

git clone https://github.com/alexanderjeurissen/ranger_devicons.git $HOME/.dotfiles/.config/ranger/plugins/ranger_devicons

source $HOME/.zshrc
cd $DOTFILES/fonts && sh ./install.sh && fc-cache -rv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published