Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.17 KB

README.md

File metadata and controls

74 lines (49 loc) · 1.17 KB

.dotfiles

My personal dotfile setup.

How This Works

The dotfiles are stored within packages to be unpacked by stow.

# Install `stow`.
sudo apt install stow

# Check out the repo.
git clone [email protected]:U-DON/.dotfiles.git ~/.dotfiles

# Go to the cloned directory, where all the packages live.
cd ~/.dotfiles

# Start unpacking the packages.
stow zsh
stow vim
stow neovim
stow git

Other Installations

Zsh

https://github.com/ohmyzsh/ohmyzsh

sudo apt install zsh

https://github.com/romkatv/powerlevel10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k

Neovim

https://github.com/neovim/neovim

sudo apt install neovim

asdf

https://github.com/asdf-vm/asdf https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf

git clone https://github.com/asdf-vm/asdf.git ~/.asdf

ripgrep (rg)

https://github.com/BurntSushi/ripgrep

sudo apt install ripgrep

scm_breeze

https://github.com/scmbreeze/scm_breeze

git clone git://github.com/scmbreeze/scm_breeze.git ~/.scm_breeze
~/.scm_breeze/install.sh