🏠 My personal .dotfiles
.
Just run ./install {target}
.
If you want to control the granularity of installations, set
{target}
correctly. You can see the full list with ./install --help
.
OS | Status | Description |
---|---|---|
macOS ( 🍎 ) | ✔️ | macOS 11+ |
Debian Linux (:penguin:) | ✔️ | Any systems based on Ubuntu 20.04+ |
Other *nix Systems | ❌ | Not sure I'm going to use them |
Target | Status | Description |
---|---|---|
configurations | ✔️ | 🏠 Personal configurations incuding zsh, tmux, git, nvim. |
emacs | ✔️ | 🦄 You should use Emacs. I'm serious. |
ocaml | ✔️ | 🐫 My favourite programming language. |
packages | ✔️ | 💾 Packages that I'm familiar with. |
cargo | ✔️ | 🦀 Some alternatives for built-in binaries. |
font | ✔️ | ✒️ D2coding and powerline. |
zsh
is NOT INSTALLED by this installer, even though./install config
sets up some rc files forzsh
. This is because I also use WSL2 withoutzsh
. So if you want to use myzsh
configurations correctly, you should installzsh
by yourself and changezsh
as default shell viachsh -s $(which zsh)
.