Compare commits
3 Commits
55d058bf4b
...
127fede353
| Author | SHA1 | Date | |
|---|---|---|---|
| 127fede353 | |||
| 46c7d66d8e | |||
| 8384dcda6a |
4
hosts/ankaa/dotfiles/git/config
Normal file
4
hosts/ankaa/dotfiles/git/config
Normal file
@@ -0,0 +1,4 @@
|
||||
core.sshCommand = "ssh -i ~/.ssh/id_ed25519"
|
||||
|
||||
user.email = "eesimmons9105@gmail.com"
|
||||
user.name = "Ethan Simmons"
|
||||
6
hosts/ankaa/dotfiles/ssh/config
Normal file
6
hosts/ankaa/dotfiles/ssh/config
Normal file
@@ -0,0 +1,6 @@
|
||||
Host gitea
|
||||
HostName git.simmer505.com
|
||||
User git
|
||||
Port 222
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
@@ -17,6 +17,7 @@
|
||||
home.file.".config/waybar".source = ./dotfiles/waybar;
|
||||
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/ssh/config".source = ./dotfiles/ssh/config;
|
||||
|
||||
# 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;
|
||||
@@ -25,9 +26,6 @@
|
||||
enable = true;
|
||||
userName = "Ethan Simmons";
|
||||
userEmail = "eesimmons9105@gmail.com";
|
||||
extraConfig = {
|
||||
core.sshCommand = "ssh -i /home/eesim/.ssh/id_ed25519";
|
||||
};
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
|
||||
Reference in New Issue
Block a user