Move git config to dotfile
This commit is contained in:
6
hosts/ankaa/dotfiles/git/config
Normal file
6
hosts/ankaa/dotfiles/git/config
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[core]
|
||||||
|
sshCommand = "ssh -i ~/.ssh/id_ed25519"
|
||||||
|
|
||||||
|
[user]
|
||||||
|
email = "eesimmons9105@gmail.com"
|
||||||
|
name = "Ethan Simmons"
|
||||||
@@ -17,18 +17,11 @@
|
|||||||
home.file.".config/waybar".source = ./dotfiles/waybar;
|
home.file.".config/waybar".source = ./dotfiles/waybar;
|
||||||
home.file.".config/fish/config.fish".source = ./dotfiles/fish/config.fish;
|
home.file.".config/fish/config.fish".source = ./dotfiles/fish/config.fish;
|
||||||
home.file.".config/alacritty/alacritty.toml".source = ./dotfiles/alacritty/alacritty.toml;
|
home.file.".config/alacritty/alacritty.toml".source = ./dotfiles/alacritty/alacritty.toml;
|
||||||
|
home.file.".config/git/config".source = ./dotfiles/git/config;
|
||||||
|
|
||||||
# Fix for slow steam download speeds https://old.reddit.com/r/linux_gaming/comments/16e1l4h/slow_steam_downloads_try_this/
|
# Fix for slow steam download speeds https://old.reddit.com/r/linux_gaming/comments/16e1l4h/slow_steam_downloads_try_this/
|
||||||
home.file.".steam/steam/steam_dev.cfg".source = ./dotfiles/steam/steam_dev.cfg;
|
home.file.".steam/steam/steam_dev.cfg".source = ./dotfiles/steam/steam_dev.cfg;
|
||||||
|
|
||||||
programs.git = {
|
|
||||||
enable = true;
|
|
||||||
userName = "Ethan Simmons";
|
|
||||||
userEmail = "eesimmons9105@gmail.com";
|
|
||||||
extraConfig = {
|
|
||||||
core.sshCommand = "ssh -i /home/eesim/.ssh/id_ed25519";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user