Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dots
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Arrêt du service - 27/06 de 07h45 à 08h00 - Mise à jour de sécurité
Show more breadcrumbs
CALIN Alexis
Dots
Commits
92fd4406
Commit
92fd4406
authored
2 years ago
by
CALIN Alexis
Browse files
Options
Downloads
Patches
Plain Diff
better fool-proof
parent
38497263
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install-sway.sh
+7
-2
7 additions, 2 deletions
install-sway.sh
setup.sh
+3
-2
3 additions, 2 deletions
setup.sh
with
10 additions
and
4 deletions
install-sway.sh
100644 → 100755
+
7
−
2
View file @
92fd4406
mkdir
~/.config/sway
&&
mkdir
~/.config/foot
if
test
-d
~/.config/sway
;
then
echo
"sway config directory already exist"
else
mkdir
~/.config/sway
&&
mkdir
~/.config/foot
cp
sway/config ~/.config/sway/
&&
cp
foot/foot.ini ~/.config/foot/
fi
cp
sway/config ~/.config/sway/
&&
cp
foot/foot.ini ~/.config/foot/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.sh
+
3
−
2
View file @
92fd4406
...
...
@@ -23,9 +23,10 @@ if [ "$distro" == "Debian" ]; then
read
yn
if
[
"
$yn
"
==
'y'
]
;
then
# dwm depedencies
apt
install
sway brightnessctl
sudo
apt
install
sway brightnessctl
#install bemenu
git clone https://github.com/Cloudef/bemenu
&&
cd
bemenu
&&
make
&&
make
install
&&
cd
..
&&
rm
bemenu
git clone https://github.com/Cloudef/bemenu
&&
cd
bemenu
&&
make
&&
sudo
make
install
&&
cd
..
&&
sudo rm
-rf
bemenu
chmod
+x install-sway.sh
./install-sway.sh
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment