mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Small updates
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
- i3
|
||||
- polybar
|
||||
|
||||
- name: Development Environment
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
- build-essential
|
||||
- ninja-build
|
||||
- luarocks
|
||||
|
||||
- name: Capture Tools
|
||||
become: true
|
||||
apt:
|
||||
|
||||
6
profile
6
profile
@@ -26,6 +26,6 @@ if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -n "$PS1" ] && [ -z "$TMUX" ] && [ -z "$SSH_TTY" ] && [ -t 1 ]; then
|
||||
tmux attach-session -t main || tmux new-session -s main
|
||||
fi
|
||||
#if [ -n "$PS1" ] && [ -z "$TMUX" ] && [ -z "$SSH_TTY" ] && [ -t 1 ]; then
|
||||
# tmux attach-session -t main || tmux new-session -s main
|
||||
#fi
|
||||
|
||||
Reference in New Issue
Block a user