Added direnv to brews
This commit is contained in:
parent
d96d437ed4
commit
6ec3fe9e4f
4 changed files with 21 additions and 31 deletions
|
|
@ -5,20 +5,20 @@ theme = IC Orange PPL
|
|||
|
||||
mouse-hide-while-typing = true
|
||||
|
||||
keybind = super+n=new_window
|
||||
keybind = super+h=goto_split:left
|
||||
keybind = super+j=goto_split:down
|
||||
keybind = super+k=goto_split:top
|
||||
keybind = super+l=goto_split:right
|
||||
keybind = cmd+n=new_window
|
||||
keybind = cmd+h=goto_split:left
|
||||
keybind = cmd+j=goto_split:down
|
||||
keybind = cmd+k=goto_split:top
|
||||
keybind = cmd+l=goto_split:right
|
||||
|
||||
keybind = super+a>h=new_split:left
|
||||
keybind = super+a>j=new_split:down
|
||||
keybind = super+a>k=new_split:up
|
||||
keybind = super+a>l=new_split:right
|
||||
keybind = super+a>f=toggle_split_zoom
|
||||
keybind = cmd+shift+h=new_split:left
|
||||
keybind = cmd+shift+j=new_split:down
|
||||
keybind = cmd+shift+k=new_split:up
|
||||
keybind = cmd+shift+l=new_split:right
|
||||
keybind = cmd+f=toggle_split_zoom
|
||||
|
||||
keybind = super+a>n=next_tab
|
||||
keybind = super+a>p=previous_tab
|
||||
keybind = cmd+a>l=next_tab
|
||||
keybind = cmd+a>h=previous_tab
|
||||
|
||||
keybind = super+r=reload_config
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# General Movement
|
||||
alt - h : yabai -m window --focus west
|
||||
alt - j : yabai -m window --focus south
|
||||
alt - k : yabai -m window --focus north
|
||||
alt - l : yabai -m window --focus east
|
||||
0x3A - h : yabai -m window --focus west
|
||||
0x3A - j : yabai -m window --focus south
|
||||
0x3A - k : yabai -m window --focus north
|
||||
0x3A - l : yabai -m window --focus east
|
||||
shift + alt - h : yabai -m window --swap west
|
||||
shift + alt - j : yabai -m window --swap south
|
||||
shift + alt - k : yabai -m window --swap north
|
||||
|
|
|
|||
|
|
@ -49,13 +49,16 @@
|
|||
"guile"
|
||||
"scrcpy"
|
||||
"ffmpeg"
|
||||
"direnv"
|
||||
];
|
||||
casks = [
|
||||
"font-jetbrains-mono"
|
||||
"font-monocraft-nerd-font"
|
||||
"obsidian"
|
||||
"raycast"
|
||||
"foobar2000"
|
||||
"android-platform-tools"
|
||||
"zen"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -64,10 +67,10 @@
|
|||
enable = true;
|
||||
extraConfig = builtins.readFile ./dotfiles/yabai/yabairc;
|
||||
};
|
||||
services.skhd = {
|
||||
/* services.skhd = {
|
||||
enable = true;
|
||||
skhdConfig = builtins.readFile ./dotfiles/skhd/skhdrc;
|
||||
};
|
||||
};*/
|
||||
system.primaryUser = "erogers";
|
||||
system.defaults = {
|
||||
dock.autohide = true;
|
||||
|
|
|
|||
13
home.nix
13
home.nix
|
|
@ -3,17 +3,6 @@
|
|||
{
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/Users/erogers/Music";
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "osx"
|
||||
name "Mac Output"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wget # Tool for retrieving files using HTTP/S and FTP
|
||||
imagemagick # Image manipulation software suite
|
||||
|
|
@ -23,8 +12,6 @@
|
|||
tmux # Terminal multiplexer
|
||||
btop # Resource monitor
|
||||
irssi # Terminal based IRC client
|
||||
rmpc # TUI music player
|
||||
nicotine-plus # Graphical client for SoulSeek
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue