~ There's no other place like $HOME
~
- DE: GNOME
- OS: Arch Linux
- Terminal: Wezterm
- Shell: zsh
- Editor: neovim
- Color Scheme: catppuccin
Make sure you have sheldon plugin manager installed in your system.
# Clone the repo
git clone https://github.com/schardev/dotfiles ~/dotfiles
# Symlink zsh directory to $HOME/.config/zsh and zsh/.zshenv to $HOME
ln -sf ~/dotfiles/config/zsh ${HOME}/.config/zsh
ln -sf ~/dotfiles/config/zsh/.zshenv ${HOME}
# restart shell/terminal
exec zsh
- patched font (eg. Powerline Fonts or Nerd Fonts)
clang
/gcc
- For nvim-treesitterwget
/curl
andgzip
/tar
- For fetching language serversnodejs
andnpm
- For installing language serversripgrep
and/orfd
- For telescope
# Clone the repo
git clone https://github.com/schardev/dotfiles ~/dotfiles
# Either symlink the nvim directory to your $HOME/.config or copy the contents
ln -sf ~/dotfiles/config/nvim ~/.config/nvim
# Open nvim and it'll automatically start installing plugins
nvim --headless "+Lazy! sync" +qa
When I'm not on my laptop (or just too lazy to boot it up) I use Termux to get my stuff done. It's pretty awesome!
The script will setup termux to have Catppuccin colorscheme and Hack fonts by default. It also does my git and dotfiles setup.
# Clone the repo
git clone https://github.com/schardev/dotfiles ~/dotfiles
# Run the script
./dotfiles/scripts/termux