mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-04-03 16:30:12 +00:00
feat/refactor: new computer, new configs, new desktop environment
This commit is contained in:
parent
44780e9a9e
commit
e3b1f60711
38 changed files with 854 additions and 1191 deletions
10
sync
10
sync
|
|
@ -73,6 +73,7 @@ end
|
|||
|
||||
function sync_desktop_env -a uname
|
||||
rsync -aP ./.wezterm.lua ~/
|
||||
rsync -aP ./.config/ghostty ~/.config/
|
||||
or return 1
|
||||
|
||||
switch $uname
|
||||
|
|
@ -86,6 +87,7 @@ function sync_desktop_env -a uname
|
|||
and rsync -aP ./.config/picom ~/.config/
|
||||
and rsync -aP ./.config/polybar ~/.config/
|
||||
and rsync -aP ./.config/rofi ~/.config/
|
||||
and rsync -aP ./.config/niri ~/.config/
|
||||
end
|
||||
end
|
||||
|
||||
|
|
@ -98,12 +100,8 @@ end
|
|||
function sync_git_config
|
||||
rsync -aP ./.gitconfig ~/
|
||||
|
||||
echo 'Please set your git user:'
|
||||
read -P 'name: ' name
|
||||
read -P 'email: ' email
|
||||
|
||||
git config --global user.name $name
|
||||
git config --global user.email $email
|
||||
git config --global user.name mitchell
|
||||
git config --global user.email m@mjfs.us
|
||||
end
|
||||
|
||||
function set_fish_universal_vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue