ashwinjadhav818 / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ashwin's dotfiles

Cover

Configurations

  • vim (NeoVim & LunarVim)
    • Plugins are managed with Lazy
  • fish
  • zsh
  • powerlevel10k
  • powershel
  • tmux
  • glaze-wm
  • komorebi
  • yasb

Vim (LunarVim & NeoVim) config

Requires Neovim (>= 0.9)

  • LunarVim - Fast IDE layer for Neovim with awesome plugins already installed.

Fish config

Zsh config

PowerShell config

Apps/utilites I use

Steps to install

Ubuntu

  1. 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
  1. Create symlinks in the Home directory to the real files in the repo.
stow .
  1. Install LunarVim
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)

Windows

  1. Clone this repository to your home directory.
# Using gh
gh repo clone ashwinjadhav818/dotfiles C:\Users\<UserName>\.dotfiles

# ...or use HTTPS and switch remotes later.
git clone https://github.com/ashwinjadhav818/dotfiles.git C:\Users\<UserName>\.dotfiles
  1. Create symlinks in the Home directory to the real files in the repo.
sudo New-Item -Path $HOME\.config\powershell -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\powershell\

sudo New-Item -Path $HOME\.config\komorebi -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\komorebi\

sudo New-Item -Path $HOME\.config\whkdrc -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\komorebi\whkdrc

sudo New-Item -Path $HOME\.config\yasb -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\yasb\

sudo New-Item -Path $HOME\AppData\Local\nvim -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\nvim\

sudo New-Item -Path $HOME\.config\starship.toml -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\starhsip\starship.toml

sudo New-Item -Path $HOME\.bashrc -ItemType SymbolicLink -Value $HOME\.dotfiles\.bashrc

sudo New-Item -Path $HOME\.glaze-wm\config.yaml -ItemType SymbolicLink -Value $HOME\.dotfiles\glaze-wm\config.yaml

sudo New-Item -Path $Env:AppData\alacritty\alacritty.toml -ItemType SymbolicLink -Value $HOME\.dotfiles\.config\alacritty\alacritty.toml

About

My dotfiles


Languages

Language:Shell 54.3%Language:Lua 21.8%Language:Vim Script 11.5%Language:AutoHotkey 10.9%Language:CSS 1.3%Language:PowerShell 0.2%