Skip to content

Commit

Permalink
powerline vs tmux vs unicode issue on arch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcollinsiii committed Jan 19, 2017
1 parent 47c4c85 commit 376fafb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions salt/arch/files/wired.network
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Match]
Name=enp58s0u1u1

[Network]
DHCP=ipv4
10 changes: 10 additions & 0 deletions salt/arch/init.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Handle some of the more annoying setup tasks in Arch

# Make the ******* external docking station network dhcp itself
/etc/systemd/network/wired.network:
file.managed:
- source: salt://{{ tpldir }}/arch/files/wired.network
- user: root
- group: root
- mode: 644

1 change: 1 addition & 0 deletions salt/dotfiles/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dotfiles:

{% set modules = [
'git',
'powerline',
'oh-my-zsh',
'tmux',
'vim',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"segment_data": {
"time": {
"before": ""
}
}
}

0 comments on commit 376fafb

Please sign in to comment.