Awesome
Ashwin's dotfiles
<details> <summary>More Screenshots</summary>GlazeWM + Zebar
Zen Browser
</details>Configurations
- vim (NeoVim & LunarVim)
- Plugins are managed with Lazy
- doom emacs
- bas
- fish
- zsh
- oh-my-zsh
- powerlevel10k
- powershell
- tmux
- glaze-wm
- zebar
- komorebi
- yasb
- kanata
- tacky-borders
- alacritty
- wezterm
- hyper
- winfetch
- zen-browser
Vim (NeoVim & LunarVim) config
Requires Neovim (>= 0.9)
- LunarVim - Fast IDE layer for Neovim with awesome plugins already installed.
Fish config
- fish shell
- Oh My Posh - Prompt theme engine
- fisher - a plugin manager for Fish
- tide - the ultimate fish prompt
- nvm - node package manager for fish
- zoxide - directory jumper
Zsh config
- zsh shell
- nerd font - Powerline-patched fonts.
- zoxide - Directory jumping
- exa -
ls
replacement - zsh-autosuggestions - Fish-like fast/unobtrusive autosuggestions for zsh.
- zsh-syntax-highlighting - Fish shell-like syntax highlighting for zsh.
PowerShell config
- scoop - A command-line installer
- git for windows
- Oh My Posh - Prompt theme engine
- Terminal Icons - Folder and file icons
- PSReadLine - Cmdlets for customizing the editing environment, used for autocompletion
- zoxide - directory jumper
Steps to install
Linux
- Clone this repository to your home directory.
# Using gh
gh repo clone ashwinjadhav818/dotfiles ~/.dotfiles
# ...or use HTTPS and switch remotes later.
git clone https://github.com/ashwinjadhav818/dotfiles.git ~/.dotfiles
- Create symlinks in the Home directory to the real files in the repo.
stow .
Windows
- Clone this repository to your home directory.
# Using gh
gh repo clone ashwinjadhav818/dotfiles $HOME\.dotfiles
# ...or use HTTPS and switch remotes later.
git clone https://github.com/ashwinjadhav818/dotfiles.git $HOME\.dotfiles
- Create symlinks in the Home directory to the real files in the repo.
sudo New-Item -Path $HOME\.config\ -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\
sudo New-Item -Path $HOME\.bashrc -ItemType SymbolicLink -Value $HOME\.dotfiles\.bashrc
sudo New-Item -Path $HOME\.glzr -ItemType SymbolicLink -Value $HOME\.dotfiles\.glzr
sudo New-Item -Path $Env:AppData\alacritty\alacritty.toml -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\alacritty\alacritty.toml
sudo New-Item -Path $Env:AppData\zen\<Profile_Name>\chrome\userChrome.cs -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\zen-browser\userChrome.css