Skip to content

U-DON/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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 git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published