feat : simplier kitty and local bun
This commit is contained in:
parent
00fdd3cce7
commit
14a48b38ca
2 changed files with 11 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
new_tab Tmux
|
||||
layout tall
|
||||
launch zsh -c tmux -f ~/.config/tmux/tmux.conf new-session -A -s Terminal
|
||||
cd ~/Developpements/
|
||||
#launch zsh -c tmux -f ~/.config/tmux/tmux.conf new-session -A -s Terminal
|
||||
|
||||
new_tab YesWiki Dev
|
||||
layout fat:bias=80
|
||||
|
@ -8,8 +9,8 @@ cd ~/Developpements/yeswiki/
|
|||
launch --title "Editeur" nvim .
|
||||
launch --title "Console" --cwd=~/Developpements/yeswiki
|
||||
|
||||
new_tab Musique
|
||||
layout fat:bias=75
|
||||
cd ~/Musique/
|
||||
launch --title "Jukebox" --cwd=current nvlc --no-playlist-autostart .
|
||||
launch --title "Visualizer" --cwd=current catnip -d 'VLC media player (LibVLC 3.0.20)'
|
||||
#new_tab Musique
|
||||
#layout fat:bias=75
|
||||
#cd ~/Musique/
|
||||
#launch --title "Jukebox" --cwd=current nvlc --no-playlist-autostart .
|
||||
#launch --title "Visualizer" --cwd=current catnip -d 'VLC media player (LibVLC 3.0.20)'
|
||||
|
|
|
@ -39,6 +39,10 @@
|
|||
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
||||
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
|
||||
};
|
||||
initExtra = ''
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
'';
|
||||
#shellInit = "cd ~/Developpements;";
|
||||
ohMyZsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue