mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(hyprland): Add hyprland config
This commit is contained in:
parent
981dd2170c
commit
4bf9687d72
28 changed files with 540 additions and 80 deletions
|
|
@ -1,6 +1,12 @@
|
|||
"$XDG_CONFIG_HOME/ideavim/ideavimrc
|
||||
" New-Item -ItemType SymbolicLink -Path ~\.ideavimrc -Target $DOTFILES\.config\ideavim\ideavimrc.vimrc
|
||||
" ln -sf $DOTFILES/.config/ideavim/ideavimrc.vimrc $XDG_CONFIG_HOME/ideavim/ideavimrc
|
||||
" $DOTFILES/common/ideavimrc
|
||||
" Date: 2024-12-22
|
||||
" Author: js0ny
|
||||
|
||||
" Location:
|
||||
" $XDG_CONFIG_HOME/ideavim/ideavimrc
|
||||
" Linking:
|
||||
" ln -sf $DOTFILES/common/ideavimrc $XDG_CONFIG_HOME/ideavim/ideavimrc
|
||||
|
||||
""" Basic Configs """
|
||||
let mapleader = " " " set <leader> to <space>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue