Skip to content

mcpower/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

Opinionated dotfiles.

To install on Ubuntu, probably Debian too:

sudo apt install zsh git neovim fzf watchman rustup
# Don't forget to set up your GitHub SSH keys!
git clone --recurse-submodules --shallow-submodules git@github.com:mcpower/.dotfiles.git ~/.dotfiles
~/.dotfiles/install
chsh -s $(which zsh)

# install jj
sudo apt install rustup
rustup toolchain install stable
cargo install cargo-binstall
cargo binstall --strategies crate-meta-data jj-cli

jj git init --colocate ~/.dotfiles
jj b track --remote=origin main

If you don't intend on working on this repo and just want a read-only version:

sudo apt install zsh git neovim fzf watchman
git clone --recurse-submodules --shallow-submodules --depth=1 https://github.com/mcpower/.dotfiles.git ~/.dotfiles
~/.dotfiles/install
chsh -s $(which zsh)

About

modern dotfiles

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors